first commit of the new libm!
[musl] / src / math / lrintf.c
diff --git a/src/math/lrintf.c b/src/math/lrintf.c
new file mode 100644 (file)
index 0000000..caed7ca
--- /dev/null
@@ -0,0 +1,6 @@
+#define type            float
+#define roundit         rintf
+#define dtype           long
+#define fn              lrintf
+
+#include "lrint.c"