The GitHub Actions job "Fory CI" on fory.git/fix/float16-garbage has failed.
Run started by GitHub user ayush00git (triggered by ayush00git).

Head commit for run:
6d45e1116696752716daf1a85fb5c423faa884c7 / ayush00git <[email protected]>
fix(javascript): underflow tiny float16 magnitudes to signed zero

toFloat16Bits shifted the significand by (-1 - exponent) for subnormals;
for magnitudes below 2^-32 the shift count reaches 32 and JS masks it
with & 31, leaving garbage bits (1e-10 encoded as -15352, 1e-11 as NaN).
Underflow values below the smallest float16 subnormal to signed zero.

Report URL: https://github.com/apache/fory/actions/runs/33325271953

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to