Skip to content
Unverified Commit 9732c442 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

dlib: add flag to disable AVX support

Especially older hardware doesn't support AVX instructions. DLib is
still functional there, but significantly slower[1].

By setting `avxInstructions` to false, DLib will be compiled without
this feature.

[1] http://dlib.net/compile.html
parent 77edcf88
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