diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-18 11:32:15 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-18 11:32:15 -0800 |
commit | cb41c9a8b11970a01e3f2f1eb2d8d38e29e7489b (patch) | |
tree | bfd1ac870bd98e0e0b9af0d19d93baf8c9ac6eb8 /test/float_ops_precise.emcc | |
parent | 25804b0a505beda9efb0b0fa2e8a1bde7e401042 (diff) | |
download | binaryen-cb41c9a8b11970a01e3f2f1eb2d8d38e29e7489b.tar.gz binaryen-cb41c9a8b11970a01e3f2f1eb2d8d38e29e7489b.tar.bz2 binaryen-cb41c9a8b11970a01e3f2f1eb2d8d38e29e7489b.zip |
add precise float tests
Diffstat (limited to 'test/float_ops_precise.emcc')
-rw-r--r-- | test/float_ops_precise.emcc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/float_ops_precise.emcc b/test/float_ops_precise.emcc new file mode 100644 index 000000000..68a64d12d --- /dev/null +++ b/test/float_ops_precise.emcc @@ -0,0 +1 @@ +["-s", "ASSERTIONS=0", "-s", "PRECISE_F32=1"] |