1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Added support for VSX

This commit is contained in:
Sayed Adel
2017-10-02 22:54:31 +00:00
parent 2a2537725a
commit d077778074
13 changed files with 1042 additions and 3 deletions
+3
View File
@@ -3091,6 +3091,9 @@ void printVersionInfo(bool useStdOut)
#if CV_FP16
if (checkHardwareSupport(CV_CPU_FP16)) cpu_features += " fp16";
#endif
#if CV_VSX
if (checkHardwareSupport(CV_CPU_VSX)) cpu_features += " VSX";
#endif
cpu_features.erase(0, 1); // erase initial space