use alternate formula for acos asm to avoid loss of precision
[oweals/musl.git] / src / math / nearbyintf.c
index e4bdb26c5c9be6aa5754944be2ec5546f9c4070d..07df8f540507a43580c7945d910121c026fe45ab 100644 (file)
@@ -1,5 +1,5 @@
 #include <fenv.h>
-#include "libm.h"
+#include <math.h>
 
 float nearbyintf(float x) {
        fenv_t e;