Repository : ssh://[email protected]/testsuite On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/8bb7cf421a91877cd07b0400cb8d05ec50f23bcf/testsuite
>--------------------------------------------------------------- commit 8bb7cf421a91877cd07b0400cb8d05ec50f23bcf Author: Jan Stolarek <[email protected]> Date: Thu Aug 29 12:33:40 2013 +0100 Use msse2 in Conversions test (See #8195) >--------------------------------------------------------------- 8bb7cf421a91877cd07b0400cb8d05ec50f23bcf tests/perf/should_run/all.T | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T index 8ba7938..01d358b 100644 --- a/tests/perf/should_run/all.T +++ b/tests/perf/should_run/all.T @@ -245,7 +245,7 @@ test('Conversions', only_ways(['normal']) ], - compile_and_run, ['-O']) + compile_and_run, ['-O -msse2']) test('T7507', omit_ways(['ghci']), compile_and_run, ['-O']) # For 7507, stack overflow is the bad case _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
