More possible intel arch strings.

This commit is contained in:
Davis King 2017-03-09 20:53:35 -05:00
parent 072c9d9d4d
commit 4f0899a5d8
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ endif()
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.