x64: Run more filetests with AVX support (#6063)
This commit goes through the `runtests` folder of the `filetests` test suite and ensure that everything which uses simd or float-related instructions on x64 is executed with the baseline support for x86_64 in addition to adding in AVX support. Most of the instructions used have AVX equivalents so this should help test all of the equivalents in addition to the codegen filetests in the x64 folder.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
test run
|
||||
test interpret
|
||||
set enable_simd
|
||||
target aarch64
|
||||
target x86_64
|
||||
target x86_64 has_avx
|
||||
target s390x
|
||||
|
||||
function %smin_i8x16(i8x16, i8x16) -> i8x16 {
|
||||
|
||||
Reference in New Issue
Block a user