summaryrefslogtreecommitdiff
path: root/tests/99misc/56
diff options
context:
space:
mode:
Diffstat (limited to 'tests/99misc/56')
-rw-r--r--tests/99misc/5610
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/99misc/56 b/tests/99misc/56
new file mode 100644
index 0000000..e953ab6
--- /dev/null
+++ b/tests/99misc/56
@@ -0,0 +1,10 @@
+T=d f ld mf
+V=x
+R=.25, 100, .25
+
+# 1.75e21 is an arbitrary value larger than 2^64, which
+# is the limit where repeated runs of the fprem opcode
+# on 387 is required.
+
+F=1.75e21%x
+C=fp_mod(1.75e21, x)