Author: Maciej Fijalkowski <[email protected]> Branch: extradoc Changeset: r3659:f0c6d8b96168 Date: 2011-06-13 11:35 +0200 http://bitbucket.org/pypy/extradoc/changeset/f0c6d8b96168/
Log: have a target that disables loop vectorization diff --git a/talk/iwtc11/benchmarks/runall.sh b/talk/iwtc11/benchmarks/runall.sh --- a/talk/iwtc11/benchmarks/runall.sh +++ b/talk/iwtc11/benchmarks/runall.sh @@ -6,5 +6,6 @@ ./benchmark.sh gcc ./benchmark.sh gcc -O2 ./benchmark.sh gcc -O3 -march=native +./benchmark.sh gcc -O3 -march=native -fno-tree-vectorize ./benchmark.sh python2.7 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
