aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/ArchDep.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ArchDep.cmake')
-rw-r--r--cmake/ArchDep.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/ArchDep.cmake b/cmake/ArchDep.cmake
index e070da6b1..7b9a84491 100644
--- a/cmake/ArchDep.cmake
+++ b/cmake/ArchDep.cmake
@@ -89,11 +89,6 @@ int main(int argc, char** argv) {
ASM_OP(HAVE_SSE42 "sse42")
ENDIF()
-IF (NOT "${ARCH}" STREQUAL "x86_64")
- MESSAGE(STATUS "Hyperscan support is possible only for x86_64 architecture")
- SET(ENABLE_HYPERSCAN "OFF")
-ENDIF()
-
IF ("${ARCH}" STREQUAL "x86_64")
MESSAGE(STATUS "Enable sse2 on x86_64 architecture")
IF((CMAKE_C_COMPILER_ID MATCHES "GNU") OR (CMAKE_C_COMPILER_ID MATCHES "Clang"))