add the BUILD variable to the makefiles to control the build root
[libc-test] / src / math / util.c
index f02f5a0..a44b5f6 100644 (file)
@@ -87,7 +87,7 @@ float ulperrl(long double got, long double want, float dwant)
                got = copysignl(0x1p16383L, got);
                want *= 0.5;
        }
-       return scalbn(got - want, -eulpl(want)) + dwant;
+       return scalbnl(got - want, -eulpl(want)) + dwant;
 #else
        // TODO
        return inf;