diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-03 18:30:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-03 18:30:39 -0700 |
commit | 81607b331bc1dadd443a7b8799006f68c485b51c (patch) | |
tree | 8da850ca98e1cd3daebfeb0f6196eb2890919afc /tests/runner.py | |
parent | d0712e1e913ff078bd32979cffc8e21fb098767c (diff) |
use bit shifts in multiplications where possible
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 292d1104..35bbe3ac 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3372,7 +3372,7 @@ if 'benchmark' not in str(sys.argv): os.path.join(self.get_build_dir(), 'openjpeg')], force_c=True, post_build=post, - output_nicerizer=image_compare)# build_ll_hook=self.do_autodebug) + output_nicerizer=image_compare)#, build_ll_hook=self.do_autodebug) def test_python(self): if Settings.QUANTUM_SIZE == 1 or Settings.USE_TYPED_ARRAYS == 2: return self.skip('TODO: make this work') |