Partially revert 681900d2
Do not attempt to fix the significand top bit in long double input
received in printf. The code should never reach here because isnan
should now detect unnormals as NaN. This is already a NOP for glibc
since it uses the gcc __builtin_isnan, which detects unnormals as NaN.
Reviewed-by:
Florian Weimer <fweimer@redhat.com>
Loading
Please register or sign in to comment