first commit of the new libm!
[musl] / src / math / i386 / s_rintf.s
diff --git a/src/math/i386/s_rintf.s b/src/math/i386/s_rintf.s
deleted file mode 100644 (file)
index bce4c5a..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.global rintf
-.type rintf,@function
-rintf:
-       flds 4(%esp)
-       frndint
-       ret