{"id":19788266,"url":"https://github.com/ifd3f/bigfloat","last_synced_at":"2026-06-16T09:32:11.782Z","repository":{"id":141578528,"uuid":"288653076","full_name":"ifd3f/bigfloat","owner":"ifd3f","description":"High-performance, high-precision 80-bit floating point library","archived":false,"fork":false,"pushed_at":"2020-12-08T02:18:01.000Z","size":334,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T14:12:55.674Z","etag":null,"topics":["bigfloat","cpp","intrinsics"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ifd3f.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-19T06:33:21.000Z","updated_at":"2020-12-08T02:18:03.000Z","dependencies_parsed_at":"2024-05-01T17:45:50.153Z","dependency_job_id":null,"html_url":"https://github.com/ifd3f/bigfloat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ifd3f/bigfloat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifd3f%2Fbigfloat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifd3f%2Fbigfloat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifd3f%2Fbigfloat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifd3f%2Fbigfloat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ifd3f","download_url":"https://codeload.github.com/ifd3f/bigfloat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ifd3f%2Fbigfloat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34400451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bigfloat","cpp","intrinsics"],"created_at":"2024-11-12T06:26:39.860Z","updated_at":"2026-06-16T09:32:11.755Z","avatar_url":"https://github.com/ifd3f.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bigfloat Library ![Unit Tests](https://github.com/Plenglin/bigfloat/workflows/Verification/badge.svg)\n\nHigh-performance, high-precision floating point library\n\n## Useful Links\n\n- [Automated bigfloat benchmark times](https://astrid.tech/bigfloat/dev/bench/)\n- [What Is Astrid Working On?](https://github.com/Plenglin/bigfloat/projects/1) (tm)\n\n## Useful References\n\n- [Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/#techs=MMX,SSE,SSE2,SSE3,SSSE3,SSE4_1,SSE4_2,AVX,AVX2,FMA), filtered with extensions that exist on most gamers' computers based on the [Steam Hardware Survey](https://store.steampowered.com/hwsurvey)  \n- [C++ Optimization Strategies and Techniques (slightly outdated)](https://www.tantalon.com/pete/cppopt/main.htm)\n- [Coding Practices which enable the compiler/optimizer to make a faster program (StackOverflow)](https://stackoverflow.com/q/2074099/12947037)\n- [What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html)\n\n## Packed Format\n\nLikely would be used when sending over networks and such.\n\n| Field     | Start | End | Count | Notes |\n|----------:|------:|----:|------:|:------|\n| Exponent  | 79    | 64  | 16    | Bias of `1023` (same as IEEE double precision) \n| Sign      | 63    | 63  | 1     | `0` is positive, `1` is negative\n| Mantissa  | 62    | 0   | 63    | Technically 64 bits, with a `1` for the MSB\n| **Total** | 79    | 0   | 80    | This is 10 bytes, or 2 more than a double.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifd3f%2Fbigfloat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fifd3f%2Fbigfloat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fifd3f%2Fbigfloat/lists"}