mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Updated arch list to simd instructions are dealt with correctly on more platforms.
This commit is contained in:
parent
02d8ebc903
commit
6cd376c213
@ -25,7 +25,7 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
set(gcc_like_compilers GNU Clang Intel)
|
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.
|
# Setup some options to allow a user to enable SSE and AVX instruction use.
|
||||||
if ((";${gcc_like_compilers};" MATCHES ";${CMAKE_CXX_COMPILER_ID};") AND
|
if ((";${gcc_like_compilers};" MATCHES ";${CMAKE_CXX_COMPILER_ID};") AND
|
||||||
|
Loading…
Reference in New Issue
Block a user