-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
No Intel SIMD extensions guards #6990
Copy link
Copy link
Closed
Description
System information (version)
- OpenCV => 3.1.0
- Operating System / Platform => Ubuntu Linux 16.04 - 64bit
- Compiler => gcc 5.4
- Processors used => Intel i3-2120 and Intel i7-6700
Detailed description
It is not possible to build OpenCV with multiple Intel SIMD instructions and run it on machines that do not support the latest SIMD set enabled.
This requires multiple versions of OpenCV shared libraries to be built and provided with projects that uses them.
Steps to reproduce
Build OpenCV enabling AVX2 or SSE4.2 and then run it on a machine that does not have these SIMD extensions.
Reactions are currently unavailable