Commit 4f0899a5 authored by Davis King's avatar Davis King

More possible intel arch strings.

parent 072c9d9d
...@@ -30,7 +30,7 @@ endif() ...@@ -30,7 +30,7 @@ endif()
set(gcc_like_compilers GNU Clang Intel) set(gcc_like_compilers GNU Clang Intel)
set(intel_archs x86_64 i386 i686) set(intel_archs x86_64 i386 i686 AMD64 x86)
# Setup some options to allow a user to enable SSE and AVX instruction use. # Setup some options to allow a user to enable SSE and AVX instruction use.
......
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