diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 10:59:55 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 10:59:55 -0800 |
commit | 0ba049d69dbcb0cafd339f33eaa9dc9aa292a7e1 (patch) | |
tree | 92f25e80bc65184365d68ead70756bf8d45f501b | |
parent | 9d006256df96e6d81bf869958af28643720f14db (diff) |
add option for precise f32 in benchmarks
-rw-r--r-- | tests/test_benchmark.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_benchmark.py b/tests/test_benchmark.py index 1c5a2d71..943b133d 100644 --- a/tests/test_benchmark.py +++ b/tests/test_benchmark.py @@ -122,6 +122,7 @@ process(sys.argv[1]) '--llvm-lto', '3', '--memory-init-file', '0', '--js-transform', 'python hardcode.py', '-s', 'TOTAL_MEMORY=128*1024*1024', '--closure', '1', + #'-s', 'PRECISE_F32=1', #'-g', '-o', final_filename] + shared_args + emcc_args, stdout=PIPE, stderr=self.stderr_redirect).communicate() assert os.path.exists(final_filename), 'Failed to compile file: ' + output[0] |