first commit of the new libm!
[musl] / src / math / llround.c
diff --git a/src/math/llround.c b/src/math/llround.c
new file mode 100644 (file)
index 0000000..c11fc3b
--- /dev/null
@@ -0,0 +1,10 @@
+#define type            double
+#define roundit         round
+#define dtype           long long
+#define DTYPE_MIN       LLONG_MIN
+#define DTYPE_MAX       LLONG_MAX
+#define fn              llround
+
+#include "lround.c"
+
+