Merge pull request #196 from rindeal/cmake-sse2-typo-fix
CMake: fix SSE3 typo
This commit is contained in:
+1
-1
@@ -858,7 +858,7 @@ IF(ALSOFT_REQUIRE_SSE2 AND NOT HAVE_SSE2)
|
||||
MESSAGE(FATAL_ERROR "Failed to enable required SSE2 CPU extensions")
|
||||
ENDIF()
|
||||
|
||||
OPTION(ALSOFT_REQUIRE_SSE2 "Require SSE3 support" OFF)
|
||||
OPTION(ALSOFT_REQUIRE_SSE3 "Require SSE3 support" OFF)
|
||||
CHECK_INCLUDE_FILE(pmmintrin.h HAVE_PMMINTRIN_H "${SSE3_SWITCH}")
|
||||
IF(HAVE_EMMINTRIN_H)
|
||||
OPTION(ALSOFT_CPUEXT_SSE3 "Enable SSE3 support" ON)
|
||||
|
||||
Reference in New Issue
Block a user