提交 daaef355 编写于 作者: R Rich Felker

fix error in previous ld80 fpclassify commit

上级 f6fd351c
......@@ -7,7 +7,7 @@ int __fpclassifyl(long double __x)
union {
long double __ld;
__uint16_t __hw[5];
__int64_t __m;
int64_t __m;
} __y = { __x };
int __ee = __y.__hw[4]&0x7fff;
if (!__ee) return __y.__m ? FP_SUBNORMAL : FP_ZERO;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册