nixpkgs/pkgs/development/libraries/dlib
Maximilian Bosch 9732c44225
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
2019-03-03 15:35:58 +01:00
..
default.nix dlib: add flag to disable AVX support 2019-03-03 15:35:58 +01:00