Commit 6cd376c2 authored by Davis King's avatar Davis King

Updated arch list to simd instructions are dealt with correctly on more platforms.

parent 02d8ebc9
......@@ -25,7 +25,7 @@ endif()
set(gcc_like_compilers GNU Clang Intel)
set(intel_archs x86_64 i386)
set(intel_archs x86_64 i386 i686)
# Setup some options to allow a user to enable SSE and AVX instruction use.
if ((";${gcc_like_compilers};" MATCHES ";${CMAKE_CXX_COMPILER_ID};") AND
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment