|
27 | 27 | #endif |
28 | 28 | #include <simde/x86/avx.h> |
29 | 29 | #include <test/x86/test-avx.h> |
30 | | -#if !defined(HEDLEY_MSVC_VERSION) |
| 30 | +#if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
31 | 31 | #include <sys/mman.h> |
32 | 32 | #endif |
33 | 33 |
|
@@ -9853,7 +9853,7 @@ test_simde_mm_maskload_pd (SIMDE_MUNIT_TEST_ARGS) { |
9853 | 9853 | return 0; |
9854 | 9854 | } |
9855 | 9855 |
|
9856 | | -#if !defined(HEDLEY_MSVC_VERSION) |
| 9856 | +#if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
9857 | 9857 | static int |
9858 | 9858 | test_simde_mm_maskload_pd_no_illegal_memory_access (SIMDE_MUNIT_TEST_ARGS) { |
9859 | 9859 | // ref: https://github.com/simd-everywhere/simde/issues/998 |
@@ -9914,7 +9914,7 @@ test_simde_mm256_maskload_pd (SIMDE_MUNIT_TEST_ARGS) { |
9914 | 9914 | return 0; |
9915 | 9915 | } |
9916 | 9916 |
|
9917 | | -#if !defined(HEDLEY_MSVC_VERSION) |
| 9917 | +#if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
9918 | 9918 | static int |
9919 | 9919 | test_simde_mm256_maskload_pd_no_illegal_memory_access (SIMDE_MUNIT_TEST_ARGS) { |
9920 | 9920 | // ref: https://github.com/simd-everywhere/simde/issues/998 |
@@ -9975,7 +9975,7 @@ test_simde_mm_maskload_ps (SIMDE_MUNIT_TEST_ARGS) { |
9975 | 9975 | return 0; |
9976 | 9976 | } |
9977 | 9977 |
|
9978 | | -#if !defined(HEDLEY_MSVC_VERSION) |
| 9978 | +#if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
9979 | 9979 | static int |
9980 | 9980 | test_simde_mm_maskload_ps_no_illegal_memory_access (SIMDE_MUNIT_TEST_ARGS) { |
9981 | 9981 | // ref: https://github.com/simd-everywhere/simde/issues/998 |
@@ -10053,7 +10053,7 @@ test_simde_mm256_maskload_ps (SIMDE_MUNIT_TEST_ARGS) { |
10053 | 10053 | return 0; |
10054 | 10054 | } |
10055 | 10055 |
|
10056 | | -#if !defined(HEDLEY_MSVC_VERSION) |
| 10056 | +#if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
10057 | 10057 | static int |
10058 | 10058 | test_simde_mm256_maskload_ps_no_illegal_memory_access (SIMDE_MUNIT_TEST_ARGS) { |
10059 | 10059 | // ref: https://github.com/simd-everywhere/simde/issues/998 |
@@ -16645,7 +16645,7 @@ SIMDE_TEST_FUNC_LIST_BEGIN |
16645 | 16645 | SIMDE_TEST_FUNC_LIST_ENTRY(mm_maskload_ps) |
16646 | 16646 | SIMDE_TEST_FUNC_LIST_ENTRY(mm256_maskload_ps) |
16647 | 16647 |
|
16648 | | - #if !defined(HEDLEY_MSVC_VERSION) |
| 16648 | + #if !defined(HEDLEY_MSVC_VERSION) && !defined(__wasi__) |
16649 | 16649 | SIMDE_TEST_FUNC_LIST_ENTRY(mm_maskload_pd_no_illegal_memory_access) |
16650 | 16650 | SIMDE_TEST_FUNC_LIST_ENTRY(mm256_maskload_pd_no_illegal_memory_access) |
16651 | 16651 | SIMDE_TEST_FUNC_LIST_ENTRY(mm_maskload_ps_no_illegal_memory_access) |
|
0 commit comments