We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d404f7 commit 5fc7a0fCopy full SHA for 5fc7a0f
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