We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b35e9 commit 69dbdadCopy full SHA for 69dbdad
1 file changed
product-mini/platforms/linux-sgx/CMakeLists.txt
@@ -16,10 +16,6 @@ if (NOT DEFINED WAMR_BUILD_TARGET)
16
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
17
# Build as X86_64 by default in 64-bit platform
18
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 ()
23
elseif (CMAKE_SIZEOF_VOID_P EQUAL 4)
24
# Build as X86_32 by default in 32-bit platform
25
set (WAMR_BUILD_TARGET "X86_32")
0 commit comments