conformance: promote gf128 selfconsistent -> strict SW-bitexact (72/3/8)#1377
Merged
Conversation
gf128 (GoldenFloat128: S1 E49 M78, BIAS=281474976710655=2^48-1, storage u128) promoted from bitexact_selfconsistent to strict bitexact. M=78 > 52 -> no FP lowering, every finite value is an EXACT dyadic odd*2^k (parametric separation- bound lemma, same as gf96). Three witnesses (all abs_error=0): 1. independent dyadic normalizer (gf_wide_independent_witness.py, parametric) 15/15; 2. golden Fraction oracle (conformance/witness/gf128/gf128_decode_ref.py) 15/15; 3. analytic separation-bound (SEPARATION_BOUND.md, zero rounding over 2^128). Cross-check dyadic==Fraction: 201512 representative codes (seed=128) agree. OOM-safe: +-2^48 exponent kept symbolic, numerators <= ~2^80. INDEX: bitexact 71->72, selfconsistent 4->3, structural 8 (sum=83). Status [verified SW] -- NOT on-silicon Tier-E (HW decode/compute [REQUIRES USER ACTION], trinity-fpga #199). Catalog = 83. Closes #1370
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
This was referenced Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promote gf128 (GoldenFloat128: S1 E49 M78, BIAS=2^48-1, u128) selfconsistent -> strict bitexact. M=78>52 -> no FP lowering; every finite value is exact dyadic odd*2^k (parametric separation-bound, same lemma as gf96).
Witnesses (all abs_error=0):
Cross-check dyadic==Fraction: 201512 representative codes (seed=128) agree. OOM-safe (+-2^48 exponent symbolic, numerators <= ~2^80).
INDEX: bitexact 71->72, selfconsistent 4->3, structural 8 (sum=83). E/M/BIAS verified against SSOT specs/numeric/formats_catalog.t27 (e=round(127/phi^2)=49, corrects v1.1 typo e=48).
Status [verified SW] — NOT on-silicon Tier-E (HW [REQUIRES USER ACTION], trinity-fpga #199). Catalog=83.
Closes #1370.