aboutsummaryrefslogtreecommitdiff
path: root/src/math/x86_64/remainderl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/x86_64/remainderl.c')
-rw-r--r--src/math/x86_64/remainderl.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/x86_64/remainderl.c b/src/math/x86_64/remainderl.c
index 8cf75071..0747a6af 100644
--- a/src/math/x86_64/remainderl.c
+++ b/src/math/x86_64/remainderl.c
@@ -7,3 +7,11 @@ long double remainderl(long double x, long double y)
while (fpsr & 0x400);
return x;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif