summaryrefslogtreecommitdiff
path: root/src/math/s_lrintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/s_lrintf.c')
-rw-r--r--src/math/s_lrintf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/math/s_lrintf.c b/src/math/s_lrintf.c
deleted file mode 100644
index d0b469b9..00000000
--- a/src/math/s_lrintf.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <math.h>
-
-// FIXME: incorrect exception behavior
-
-long lrintf(float x)
-{
- return rintf(x);
-}