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
fbd11780
Commit
fbd11780
authored
Sep 28, 2015
by
Davis King
Browse files
Made the python modules use SSE4 instructions by default.
parent
d1ea9995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/python/CMakeLists.txt
tools/python/CMakeLists.txt
+1
-0
No files found.
tools/python/CMakeLists.txt
View file @
fbd11780
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.4
)
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.8.4
)
set
(
USE_SSE4_INSTRUCTIONS ON CACHE BOOL
"Use SSE4 instructions"
)
include
(
../../dlib/add_python_module
)
include
(
../../dlib/add_python_module
)
# Tell cmake to compile all these cpp files into a dlib python module.
# Tell cmake to compile all these cpp files into a dlib python module.
...
...
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