Skip to content

Commit 5fc7a0f

Browse files
committed
feat: disable default SIMD setting for 64-bit platform in CMake configuration
1 parent 2d404f7 commit 5fc7a0f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

product-mini/platforms/linux-sgx/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ if (NOT DEFINED WAMR_BUILD_TARGET)
1616
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
1717
# Build as X86_64 by default in 64-bit platform
1818
set (WAMR_BUILD_TARGET "X86_64")
19-
if (NOT DEFINED WAMR_BUILD_SIMD)
20-
# Enable SIMD by default in 64-bit platform
21-
set (WAMR_BUILD_SIMD 1)
22-
endif ()
2319
elseif (CMAKE_SIZEOF_VOID_P EQUAL 4)
2420
# Build as X86_32 by default in 32-bit platform
2521
set (WAMR_BUILD_TARGET "X86_32")

0 commit comments

Comments
 (0)