summaryrefslogtreecommitdiff
path: root/tests/10optimizer_bytecode/sqrlog2
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-07-29 13:00:54 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-07-29 13:00:54 +0200
commit77f06e2ceaff262f739e00958a5d7558d131ca75 (patch)
tree587ac9c23581f81a9bc8e21a7ba8019fa0c4c696 /tests/10optimizer_bytecode/sqrlog2
Imported version 4.5.2
Diffstat (limited to 'tests/10optimizer_bytecode/sqrlog2')
-rw-r--r--tests/10optimizer_bytecode/sqrlog26
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/10optimizer_bytecode/sqrlog2 b/tests/10optimizer_bytecode/sqrlog2
new file mode 100644
index 0000000..9acddf2
--- /dev/null
+++ b/tests/10optimizer_bytecode/sqrlog2
@@ -0,0 +1,6 @@
+# cSqr cLog -> cAbs cLog cDup cAdd
+T=d f ld mf
+V=x
+R=-10,10,0.8
+F=log2(x^2)
+C=fp_log2(x*x)