fixed test for avx2 in cmake

This commit is contained in:
Ismael Gomez 2017-01-22 14:26:54 +01:00
parent 9114441fbf
commit b2f889081f
1 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,3 @@
if (NOT CMAKE_SYSTEM_PROCESSOR MATCHES "x86_64|^i[3,9]86$")
return()
endif()
include(CheckCSourceRuns)