Disable SIMD features by default

This commit is contained in:
Andrew Brown
2019-07-11 10:17:14 -07:00
committed by Dan Gohman
parent 8378297f33
commit f2c48009e8
5 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
; Binary emission of 32-bit floating point code.
test binemit
set enable_simd
target i686 haswell
; The binary encodings can be verified with the command:

View File

@@ -1,6 +1,7 @@
; Binary emission of 64-bit floating point code.
test binemit
set opt_level=best
set enable_simd
target x86_64 haswell
; The binary encodings can be verified with the command: