Bfloat type has an 8-bit exponent so the exponent of NaN/Inf numbers
must be 0xff instead of 0x1f. This is probably a copy-paste mistake
from the half float type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D81302
Fix convertBFloatAPFloatToAPInt for NaN/Inf values dcaballe on Jun 5 2020, 1:30 PM. Authored by
Details Bfloat type has an 8-bit exponent so the exponent of NaN/Inf numbers
Diff Detail
|