Skip to content

Commit

Permalink
wasm-mutator-fuzz: disable SIMD by default
Browse files Browse the repository at this point in the history
because our interpreter's SIMD support is incomplete.

cf. bytecodealliance#3580
  • Loading branch information
yamt committed Jul 3, 2024
1 parent f118492 commit d1b9b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fuzz/wasm-mutator-fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ if (NOT DEFINED WAMR_BUILD_MINI_LOADER)
endif ()

if (NOT DEFINED WAMR_BUILD_SIMD)
# Enable SIMD by default
set (WAMR_BUILD_SIMD 1)
# Disable SIMD by default
set (WAMR_BUILD_SIMD 0)
endif ()

if (NOT DEFINED WAMR_BUILD_REF_TYPES)
Expand Down

0 comments on commit d1b9b9b

Please sign in to comment.