[commit: testsuite] master: Use msse2 in Conversions test (See #8195) (8bb7cf4)

git at git.haskell.org git at git.haskell.org
Thu Aug 29 14:50:58 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8bb7cf421a91877cd07b0400cb8d05ec50f23bcf/testsuite

>---------------------------------------------------------------

commit 8bb7cf421a91877cd07b0400cb8d05ec50f23bcf
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
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





More information about the ghc-commits mailing list