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:
Alex Crichton
2023-03-20 14:13:14 -05:00
committed by GitHub
parent ad0f169d64
commit dd7fa81b20
76 changed files with 126 additions and 1 deletions

View File

@@ -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 {