Commit fbd11780 authored by Davis King's avatar Davis King

Made the python modules use SSE4 instructions by default.

parent d1ea9995
...@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment