Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
6cd376c2
Commit
6cd376c2
authored
Aug 24, 2016
by
Davis King
Browse files
Updated arch list to simd instructions are dealt with correctly on more platforms.
parent
02d8ebc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cmake
dlib/cmake
+1
-1
No files found.
dlib/cmake
View file @
6cd376c2
...
@@ -25,7 +25,7 @@ endif()
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment