summaryrefslogtreecommitdiff
path: root/tests/10optimizer_bytecode/acoshsinh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/10optimizer_bytecode/acoshsinh')
-rw-r--r--tests/10optimizer_bytecode/acoshsinh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/10optimizer_bytecode/acoshsinh b/tests/10optimizer_bytecode/acoshsinh
new file mode 100644
index 0000000..eb9fa21
--- /dev/null
+++ b/tests/10optimizer_bytecode/acoshsinh
@@ -0,0 +1,5 @@
+T=d f ld mf
+V=x
+R=1.7, 3.7, 0.28
+F=sinh(acosh(x))
+C=fp_sinh(fp_acosh(x))