playra commited on
Commit
f50072c
·
verified ·
1 Parent(s): 640c378

v2: count drift audit -- 81 formats with full disclosure

Browse files

Replaces v1 (count=77, stale). Live codegen yields 81; full audit table 77/81/83/84 in README. Tracking issue: gHashTag/t27#1064.

Files changed (3) hide show
  1. README.md +48 -71
  2. formats_catalog.json +89 -21
  3. formats_catalog.md +9 -5
README.md CHANGED
@@ -1,104 +1,81 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  tags:
6
  - numeric-formats
7
  - floating-point
8
  - conformance
9
- - p3109
10
- - goldenfloat
11
- - bf16
12
- - fp8
13
- - mxfp4
14
- - posit
15
  size_categories:
16
  - n<1K
17
- pretty_name: "Numeric Format Catalog (77 formats, Trinity S3AI / t27)"
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: formats
22
- path: formats_catalog.jsonl
23
  ---
24
 
25
- # Trinity S3AI Numeric Format Catalog
26
 
27
- 77-format Single Source of Truth (SSOT) for the Trinity S3AI / t27 stack: one row per numeric format with bit-layout, exception policy, and cross-walk metadata.
28
 
29
- ## Source of truth
30
 
31
- This dataset is a **discoverability mirror**. The canonical source is GitHub + Zenodo. Updates flow GitHub -> Zenodo -> Hugging Face (one-way, not the other direction).
32
 
33
- - **GitHub (primary):** [gHashTag/t27/gen/numeric/formats_catalog.json](https://github.com/gHashTag/t27/blob/master/gen/numeric/formats_catalog.json)
34
- - **Zenodo DOI:** [10.5281/zenodo.19456875](https://doi.org/10.5281/zenodo.19456875)
35
- - **Anchor preprint:** [arXiv:2606.05017](https://arxiv.org/abs/2606.05017)
36
 
37
- ## What is inside
 
 
 
 
 
 
38
 
39
- 77 rows, one per numeric format, covering:
40
 
41
- - IEEE 754 binary family: `binary16`, `binary32`, `binary64`, `binary128`, `binary256`
42
- - IEEE 754 decimal family: `decimal32`, `decimal64`, `decimal128`
43
- - Extended precision: `x87_fp80`, `double_double`, `quad_double`
44
- - AI-oriented: `bfloat16`, `tf32`, `fp8_e4m3`, `fp8_e5m2`, `fp6_e3m2`, `fp6_e2m3`, `fp4_e2m1`
45
- - Block-scaled: `mxfp8`, `mxfp6`, `mxfp4`, `nf4`, `afp`
46
- - Posit family: `posit8`, `posit16`, `posit32`, `posit64`
47
- - Takum family: `takum8`, `takum16`, `takum32`
48
- - GoldenFloat family: `gf4`, `gf8`, `gf12`, `gf16`, `gf20`, `gf24`, `gf32`
49
- - ...plus integer, fixed-point, log-number-system, and other rows.
50
 
51
- ## Load
52
 
53
- ```python
54
- from datasets import load_dataset
 
 
55
 
56
- ds = load_dataset("playra/numeric-format-catalog", split="formats")
57
- print(ds[0])
58
- ```
59
-
60
- ## Schema (per-row)
61
 
62
- Each row carries the format's `id`, bit-layout fields (sign/exponent/mantissa/special), rounding mode default, exception policy, encoding examples, and provenance metadata. Field set follows the FORMAT-SPEC-001 schema.
 
 
 
 
 
63
 
64
- ## Verification
65
 
66
- SHA-256 of the canonical bytes is in `SHA256SUMS.txt`. Reproduce locally:
67
-
68
- ```bash
69
- sha256sum formats_catalog.jsonl
70
- # should match the line in SHA256SUMS.txt
71
- ```
72
 
73
  ## Citation
74
 
75
- ```
76
- @misc{vasilev2026goldenfloat,
77
- author = {Vasilev, Dmitrii},
78
- title = {GoldenFloat: a minimal numeric anchor at phi^2 + 1/phi^2 = 3},
79
- year = {2026},
80
- eprint = {2606.05017},
81
- archivePrefix = {arXiv},
82
- }
83
 
84
- @dataset{vasilev2026t27,
85
- author = {Vasilev, Dmitrii},
86
- title = {Trinity S3AI / t27 conformance corpus},
87
- year = {2026},
88
- doi = {10.5281/zenodo.19456875},
 
 
 
89
  }
90
  ```
91
 
92
- ## License
93
-
94
- MIT. See [t27 LICENSE](https://github.com/gHashTag/t27/blob/master/LICENSE).
95
-
96
- ## Maintainer
97
-
98
- - Dmitrii Vasilev (gHashTag), ORCID [0009-0008-4294-6159](https://orcid.org/0009-0008-4294-6159)
99
- - Trinity S3AI
100
 
101
- ## Related
102
 
103
- - Companion dataset: [playra/numeric-conformance-packs](https://huggingface.co/datasets/playra/numeric-conformance-packs) -- bit-exact JSON vectors for the GoldenFloat family and phi-identity invariants
104
- - Paper page: [hf.co/papers/2606.05017](https://huggingface.co/papers/2606.05017)
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
5
  tags:
6
  - numeric-formats
7
  - floating-point
8
  - conformance
9
+ - audit-disclosed
 
 
 
 
 
10
  size_categories:
11
  - n<1K
 
 
 
 
 
 
12
  ---
13
 
14
+ # numeric-format-catalog v2 (audit-disclosed)
15
 
16
+ **Version:** v2.0 (2026-06-10) -- supersedes v1 (count=77, withdrawn).
17
 
18
+ **Count:** 81 formats across 13 clusters.
19
 
20
+ ## Honest count-drift disclosure
21
 
22
+ This dataset is shipped with a known count-drift across four artefacts:
 
 
23
 
24
+ | Source | Count | Status |
25
+ |---|---|---|
26
+ | `arXiv:2606.09686` Table 1 (paper #3) | 84 | aspirational, MXFP6 split + standalone E8M0 |
27
+ | `specs/numeric/formats_catalog.t27` SSOT raw `// CATALOG:` lines | 83 | live ground truth |
28
+ | **THIS DATASET (codegen LIVE re-run)** | **81** | parser drops `gf512` + `gf1024` on bias-formula int() cast |
29
+ | `gen/numeric/formats_catalog.json` (committed in repo) | 77 | stale, pre-#1051 snapshot |
30
+ | v1 of this dataset (uploaded 2026-06-10 AM) | 77 | inherited stale gen |
31
 
32
+ **Why 81 and not 83 or 84:** the codegen `tools/gen_formats_catalog.py` cannot evaluate bias formulas of the form `2^N-1`, which are the canonical bias values for `gf512` and `gf1024`. Those two rows are silently dropped. We ship what the codegen actually produces, not a cherry-picked number. Patch tracked in [t27#1064](https://github.com/gHashTag/t27/issues/1064).
33
 
34
+ **Why ship 81 today instead of waiting for the patch:** because v1 shipped 77 yesterday. Replacing a stale 77 with an honest 81 + full audit is closer to the truth than leaving 77 up while the patch lands.
 
 
 
 
 
 
 
 
35
 
36
+ ## What's in the dataset
37
 
38
+ - 81 row entries, each carrying: `id`, `name`, `bits`, `s` (sign bits), `e` (exponent bits), `m` (mantissa bits), `bias`, `phi_distance`, `storage`, `cluster`, `status`, `standard`, `use_case`, `source`
39
+ - 13 cluster groupings: IEEE754 binary, IEEE754 decimal, MLLowPrecision, GoldenFloat, Posit/Unum III, OCP MX, LNS, IntegerFixed, HistoricalVendor, Theoretical, Compression, Extended, QuantTuned
40
+ - Source SSOT: [`gHashTag/t27` `specs/numeric/formats_catalog.t27`](https://github.com/gHashTag/t27/blob/master/specs/numeric/formats_catalog.t27) HEAD `6ecad30`
41
+ - Regen output SHA-256: `546ba6fff1daec0b64483f599778ab63a9410405592c2e9dbc9d90dbb63bc48a`
42
 
43
+ ## Known gaps vs paper #3 (arXiv:2606.09686)
 
 
 
 
44
 
45
+ | Cluster | Paper says | This dataset | Delta |
46
+ |---|---|---|---|
47
+ | GoldenFloat | 16 | 16 | 0 (both pre-#1051; current SSOT has 22, of which gen lifts 20) |
48
+ | OCP MX | 5 | 3 | -2 (no MXFP6 E2M3/E3M2 split; no standalone E8M0 block) |
49
+ | MLLowPrecision | 8 | 7 | -1 (NF4 placement) |
50
+ | Total | 84 | 81 | -3 |
51
 
52
+ ## Reconciliation
53
 
54
+ - **t27#1064** -- tracking issue, five-step plan: parser patch -> regen -> CI invariant -> HF re-upload v3 -> arXiv erratum if needed
55
+ - Expected v3 ship count after parser patch: 83
56
+ - Expected v4 ship count after MXFP6/E8M0 reconciliation with paper: 84 (or paper erratum to whatever codegen produces)
 
 
 
57
 
58
  ## Citation
59
 
60
+ If you use this dataset, please cite the paper it accompanies:
 
 
 
 
 
 
 
61
 
62
+ ```bibtex
63
+ @misc{vasilev2026numeric,
64
+ title={An 84-Format Numeric Catalog with Bit-Exact Conformance Vectors},
65
+ author={Vasilev, Dmitrii},
66
+ year={2026},
67
+ eprint={2606.09686},
68
+ archivePrefix={arXiv},
69
+ primaryClass={cs.MS}
70
  }
71
  ```
72
 
73
+ Note: paper claims 84; this dataset ships 81 due to the parser bug. See "Honest count-drift disclosure" above.
 
 
 
 
 
 
 
74
 
75
+ ## Provenance
76
 
77
+ - Uploader: `playra` (Dmitrii Vasilev, ORCID `0009-0008-4294-6159`)
78
+ - Affiliation: **Trinity S3AI**
79
+ - Repo: [`gHashTag/t27`](https://github.com/gHashTag/t27)
80
+ - License: CC BY 4.0
81
+ - Generated: 2026-06-10 +07 from HEAD `6ecad30`
formats_catalog.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "count": 77,
3
  "formats": [
4
  {
5
  "id": "binary16",
@@ -710,7 +710,7 @@
710
  "storage": "u32",
711
  "cluster": "GoldenFloat",
712
  "status": "Experimental",
713
- "standard": "this work; L15 PHI_BIAS=1364",
714
  "use_case": "server inference",
715
  "gf_relation": "self",
716
  "source": "specs/numeric/gf24.t27 (spec only)"
@@ -751,54 +751,122 @@
751
  },
752
  {
753
  "id": "gf6",
754
- "name": "GF6 (predicted)",
755
  "bits": 6,
756
  "s_bits": 1,
757
  "e_bits": 2,
758
  "m_bits": 3,
759
  "bias": 1,
760
- "phi_distance": 0.05,
761
  "storage": "u8_packed",
762
  "cluster": "GoldenFloat",
763
- "status": "Experimental",
764
- "standard": "this work; e=round(5/phi^2)=2, fills FP6 gap",
765
  "use_case": "OPEN R&D: bridge GF4-GF8; FP6 E2M3 hint",
766
  "gf_relation": "experimental",
767
- "source": "section12.5"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  },
769
  {
770
  "id": "gf128",
771
- "name": "GF128 (predicted)",
772
  "bits": 128,
773
  "s_bits": 1,
774
- "e_bits": 48,
775
- "m_bits": 79,
776
- "bias": 0,
777
- "phi_distance": 0.008,
778
  "storage": "u128",
779
  "cluster": "GoldenFloat",
780
- "status": "Experimental",
781
- "standard": "this work; e=round(127/phi^2)=48 (Open: bias TBD)",
782
  "use_case": "OPEN R&D: phi-aligned binary128 alternative",
783
  "gf_relation": "experimental",
784
- "source": "section12.5"
785
  },
786
  {
787
  "id": "gf256",
788
- "name": "GF256 (predicted)",
789
  "bits": 256,
790
  "s_bits": 1,
791
  "e_bits": 97,
792
  "m_bits": 158,
793
- "bias": 0,
794
- "phi_distance": 0.005,
795
  "storage": "u256_software",
796
  "cluster": "GoldenFloat",
797
- "status": "Experimental",
798
- "standard": "this work; e=round(255/phi^2)=97 (Open: bias ~2^71 unconfirmed)",
799
  "use_case": "OPEN R&D: phi-aligned binary256 alternative",
800
  "gf_relation": "experimental",
801
- "source": "section12.5; bias Open per skill"
802
  },
803
  {
804
  "id": "gf8_bfp",
 
1
  {
2
+ "count": 81,
3
  "formats": [
4
  {
5
  "id": "binary16",
 
710
  "storage": "u32",
711
  "cluster": "GoldenFloat",
712
  "status": "Experimental",
713
+ "standard": "this work; rule e=round(23/phi^2)=9; normative bias=2^(e-1)-1=255; empirical PHI_BIAS=1364 (=L15) OPEN",
714
  "use_case": "server inference",
715
  "gf_relation": "self",
716
  "source": "specs/numeric/gf24.t27 (spec only)"
 
751
  },
752
  {
753
  "id": "gf6",
754
+ "name": "GF6 (rule-derived)",
755
  "bits": 6,
756
  "s_bits": 1,
757
  "e_bits": 2,
758
  "m_bits": 3,
759
  "bias": 1,
760
+ "phi_distance": 0.049,
761
  "storage": "u8_packed",
762
  "cluster": "GoldenFloat",
763
+ "status": "Open",
764
+ "standard": "this work; rule e=round(5/phi^2)=2; FP6 E2M3 bridge",
765
  "use_case": "OPEN R&D: bridge GF4-GF8; FP6 E2M3 hint",
766
  "gf_relation": "experimental",
767
+ "source": "specs/numeric/gf6.t27"
768
+ },
769
+ {
770
+ "id": "gf10",
771
+ "name": "GF10 (rule-derived)",
772
+ "bits": 10,
773
+ "s_bits": 1,
774
+ "e_bits": 3,
775
+ "m_bits": 6,
776
+ "bias": 3,
777
+ "phi_distance": 0.118,
778
+ "storage": "u16",
779
+ "cluster": "GoldenFloat",
780
+ "status": "Open",
781
+ "standard": "this work; rule e=round(9/phi^2)=3; bridge GF8-GF12",
782
+ "use_case": "OPEN R&D: tight-precision activations",
783
+ "gf_relation": "experimental",
784
+ "source": "specs/numeric/gf10.t27"
785
+ },
786
+ {
787
+ "id": "gf14",
788
+ "name": "GF14 (rule-derived)",
789
+ "bits": 14,
790
+ "s_bits": 1,
791
+ "e_bits": 5,
792
+ "m_bits": 8,
793
+ "bias": 15,
794
+ "phi_distance": 0.007,
795
+ "storage": "u16",
796
+ "cluster": "GoldenFloat",
797
+ "status": "Open",
798
+ "standard": "this work; rule e=round(13/phi^2)=5; bridge GF12-GF16; lowest phi-dist below GF48",
799
+ "use_case": "OPEN R&D: drop-in for fp16 with tighter phi alignment",
800
+ "gf_relation": "experimental",
801
+ "source": "specs/numeric/gf14.t27"
802
+ },
803
+ {
804
+ "id": "gf48",
805
+ "name": "GF48 (rule-derived)",
806
+ "bits": 48,
807
+ "s_bits": 1,
808
+ "e_bits": 18,
809
+ "m_bits": 29,
810
+ "bias": 131071,
811
+ "phi_distance": 0.003,
812
+ "storage": "u64_padded",
813
+ "cluster": "GoldenFloat",
814
+ "status": "Open",
815
+ "standard": "this work; rule e=round(47/phi^2)=18",
816
+ "use_case": "OPEN R&D: between GF32 and GF64; tightest phi-dist of the wide rungs",
817
+ "gf_relation": "experimental",
818
+ "source": "specs/numeric/gf48.t27"
819
+ },
820
+ {
821
+ "id": "gf96",
822
+ "name": "GF96 (rule-derived)",
823
+ "bits": 96,
824
+ "s_bits": 1,
825
+ "e_bits": 36,
826
+ "m_bits": 59,
827
+ "bias": 34359738367,
828
+ "phi_distance": 0.008,
829
+ "storage": "u128_padded",
830
+ "cluster": "GoldenFloat",
831
+ "status": "Open",
832
+ "standard": "this work; rule e=round(95/phi^2)=36",
833
+ "use_case": "OPEN R&D: between GF64 and GF128 (phi-aligned extended)",
834
+ "gf_relation": "experimental",
835
+ "source": "specs/numeric/gf96.t27"
836
  },
837
  {
838
  "id": "gf128",
839
+ "name": "GF128 (rule-derived)",
840
  "bits": 128,
841
  "s_bits": 1,
842
+ "e_bits": 49,
843
+ "m_bits": 78,
844
+ "bias": 281474976710655,
845
+ "phi_distance": 0.01,
846
  "storage": "u128",
847
  "cluster": "GoldenFloat",
848
+ "status": "Open",
849
+ "standard": "this work; rule e=round(127/phi^2)=49 (corrects v1.1 typo e=48)",
850
  "use_case": "OPEN R&D: phi-aligned binary128 alternative",
851
  "gf_relation": "experimental",
852
+ "source": "specs/numeric/gf128.t27"
853
  },
854
  {
855
  "id": "gf256",
856
+ "name": "GF256 (rule-derived)",
857
  "bits": 256,
858
  "s_bits": 1,
859
  "e_bits": 97,
860
  "m_bits": 158,
861
+ "bias": 79228162514264337593543950335,
862
+ "phi_distance": 0.004,
863
  "storage": "u256_software",
864
  "cluster": "GoldenFloat",
865
+ "status": "Open",
866
+ "standard": "this work; rule e=round(255/phi^2)=97; normative bias=2^96-1",
867
  "use_case": "OPEN R&D: phi-aligned binary256 alternative",
868
  "gf_relation": "experimental",
869
+ "source": "specs/numeric/gf256.t27"
870
  },
871
  {
872
  "id": "gf8_bfp",
formats_catalog.md CHANGED
@@ -7,7 +7,7 @@ Status labels: Verified | EmpiricalFit | Open | Risk | Retracted |
7
  Experimental | Historical. phi_distance: lower = more phi-aligned;
8
  -1 sentinel = undefined (non-radix-2 or non-FP).
9
 
10
- Total formats: 77.
11
 
12
  | ID | Bits | S:E:M | Bias | phi_dist | Storage | Cluster | Status | Standard | Use case | GF rel. |
13
  |----|-----:|------|-----:|--------:|---------|---------|--------|----------|----------|---------|
@@ -52,12 +52,16 @@ Total formats: 77.
52
  | gf12 | 12 | 1:4:7 | 7 | 0.047 | u16 | GoldenFloat | Verified | this work; L0/F3 | mid-range / audio | self |
53
  | gf16 | 16 | 1:6:9 | 31 | 0.049 | u16 | GoldenFloat | Verified | this work; PHI_BIAS=60; FPGA 35/35 at 323 MHz Artix-7 | training and inference (production) | self |
54
  | gf20 | 20 | 1:7:12 | 63 | 0.035 | u32 | GoldenFloat | Experimental | this work; 17-squared empirical PHI_BIAS=289 | high-precision edge | self |
55
- | gf24 | 24 | 1:9:14 | 255 | 0.025 | u32 | GoldenFloat | Experimental | this work; L15 PHI_BIAS=1364 | server inference | self |
56
  | gf32 | 32 | 1:12:19 | 2047 | 0.014 | u32 | GoldenFloat | Verified | this work; F0 resolved | fp32 drop-in | self |
57
  | gf64 | 64 | 1:24:39 | 8388607 | 0.003 | u64 | GoldenFloat | Verified | this work; EXP_MAX - BIAS | scientific / double | self |
58
- | gf6 | 6 | 1:2:3 | 1 | 0.050 | u8_packed | GoldenFloat | Experimental | this work; e=round(5/phi^2)=2, fills FP6 gap | OPEN R&D: bridge GF4-GF8; FP6 E2M3 hint | experimental |
59
- | gf128 | 128 | 1:48:79 | 0 | 0.008 | u128 | GoldenFloat | Experimental | this work; e=round(127/phi^2)=48 (Open: bias TBD) | OPEN R&D: phi-aligned binary128 alternative | experimental |
60
- | gf256 | 256 | 1:97:158 | 0 | 0.005 | u256_software | GoldenFloat | Experimental | this work; e=round(255/phi^2)=97 (Open: bias ~2^71 unconfirmed) | OPEN R&D: phi-aligned binary256 alternative | experimental |
 
 
 
 
61
  | gf8_bfp | 8 | 1:3:4 | 3 | 0.132 | u8_plus_shared_exp | GoldenFloat | Experimental | this work; per-tile shared exponent | OPEN R&D: LLM-quantization-friendly GF8 | experimental |
62
  | gf_lns_hybrid | 16 | 1:6:9 | 31 | 0.049 | u16_plus_lns_path | GoldenFloat | Experimental | this work; mul in log-space, accumulate Lucas-closed | OPEN R&D: dual-space arithmetic | experimental |
63
  | mxgf6 | 6 | 1:2:3 | 1 | 0.050 | u8_packed_plus_e8m0 | GoldenFloat | Experimental | this work; OCP MX block + GF6 | OPEN R&D: phi-aligned MX-6 candidate | experimental |
 
7
  Experimental | Historical. phi_distance: lower = more phi-aligned;
8
  -1 sentinel = undefined (non-radix-2 or non-FP).
9
 
10
+ Total formats: 81.
11
 
12
  | ID | Bits | S:E:M | Bias | phi_dist | Storage | Cluster | Status | Standard | Use case | GF rel. |
13
  |----|-----:|------|-----:|--------:|---------|---------|--------|----------|----------|---------|
 
52
  | gf12 | 12 | 1:4:7 | 7 | 0.047 | u16 | GoldenFloat | Verified | this work; L0/F3 | mid-range / audio | self |
53
  | gf16 | 16 | 1:6:9 | 31 | 0.049 | u16 | GoldenFloat | Verified | this work; PHI_BIAS=60; FPGA 35/35 at 323 MHz Artix-7 | training and inference (production) | self |
54
  | gf20 | 20 | 1:7:12 | 63 | 0.035 | u32 | GoldenFloat | Experimental | this work; 17-squared empirical PHI_BIAS=289 | high-precision edge | self |
55
+ | gf24 | 24 | 1:9:14 | 255 | 0.025 | u32 | GoldenFloat | Experimental | this work; rule e=round(23/phi^2)=9; normative bias=2^(e-1)-1=255; empirical PHI_BIAS=1364 (=L15) OPEN | server inference | self |
56
  | gf32 | 32 | 1:12:19 | 2047 | 0.014 | u32 | GoldenFloat | Verified | this work; F0 resolved | fp32 drop-in | self |
57
  | gf64 | 64 | 1:24:39 | 8388607 | 0.003 | u64 | GoldenFloat | Verified | this work; EXP_MAX - BIAS | scientific / double | self |
58
+ | gf6 | 6 | 1:2:3 | 1 | 0.049 | u8_packed | GoldenFloat | Open | this work; rule e=round(5/phi^2)=2; FP6 E2M3 bridge | OPEN R&D: bridge GF4-GF8; FP6 E2M3 hint | experimental |
59
+ | gf10 | 10 | 1:3:6 | 3 | 0.118 | u16 | GoldenFloat | Open | this work; rule e=round(9/phi^2)=3; bridge GF8-GF12 | OPEN R&D: tight-precision activations | experimental |
60
+ | gf14 | 14 | 1:5:8 | 15 | 0.007 | u16 | GoldenFloat | Open | this work; rule e=round(13/phi^2)=5; bridge GF12-GF16; lowest phi-dist below GF48 | OPEN R&D: drop-in for fp16 with tighter phi alignment | experimental |
61
+ | gf48 | 48 | 1:18:29 | 131071 | 0.003 | u64_padded | GoldenFloat | Open | this work; rule e=round(47/phi^2)=18 | OPEN R&D: between GF32 and GF64; tightest phi-dist of the wide rungs | experimental |
62
+ | gf96 | 96 | 1:36:59 | 34359738367 | 0.008 | u128_padded | GoldenFloat | Open | this work; rule e=round(95/phi^2)=36 | OPEN R&D: between GF64 and GF128 (phi-aligned extended) | experimental |
63
+ | gf128 | 128 | 1:49:78 | 281474976710655 | 0.010 | u128 | GoldenFloat | Open | this work; rule e=round(127/phi^2)=49 (corrects v1.1 typo e=48) | OPEN R&D: phi-aligned binary128 alternative | experimental |
64
+ | gf256 | 256 | 1:97:158 | 79228162514264337593543950335 | 0.004 | u256_software | GoldenFloat | Open | this work; rule e=round(255/phi^2)=97; normative bias=2^96-1 | OPEN R&D: phi-aligned binary256 alternative | experimental |
65
  | gf8_bfp | 8 | 1:3:4 | 3 | 0.132 | u8_plus_shared_exp | GoldenFloat | Experimental | this work; per-tile shared exponent | OPEN R&D: LLM-quantization-friendly GF8 | experimental |
66
  | gf_lns_hybrid | 16 | 1:6:9 | 31 | 0.049 | u16_plus_lns_path | GoldenFloat | Experimental | this work; mul in log-space, accumulate Lucas-closed | OPEN R&D: dual-space arithmetic | experimental |
67
  | mxgf6 | 6 | 1:2:3 | 1 | 0.050 | u8_packed_plus_e8m0 | GoldenFloat | Experimental | this work; OCP MX block + GF6 | OPEN R&D: phi-aligned MX-6 candidate | experimental |