mirror of https://github.com/davisking/dlib.git
More possible intel arch strings.
This commit is contained in:
parent
072c9d9d4d
commit
4f0899a5d8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue