• Davis King's avatar
    Automatically test for NEON instructions when building python extensions and… · 5faf8ccc
    Davis King authored
    Automatically test for NEON instructions when building python extensions and enable them if available.
    
    Forgot about --yes USE_NEON_INSTRUCTIONS when removing --yes a moment
    ago.  It's on by default now so now --yes really is unneeded.  The dlib
    policy on this kind of thing going forward is to always have a cmake
    script that tests if a feature like this is available and to enable it
    automatically when building python extensions.
    5faf8ccc
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...