提交 b9cd1d4d 编写于 作者: S Szabolcs Nagy

math: remove an unused variable from modfl

上级 8acbe4f8
......@@ -14,7 +14,6 @@ long double modfl(long double x, long double *iptr)
long double modfl(long double x, long double *iptr)
{
union ldshape u = {x};
uint64_t mask;
int e = (u.i.se & 0x7fff) - 0x3fff;
int s = u.i.se >> 15;
long double absx;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册