Commit 0df607e5 authored by Sayed Adel's avatar Sayed Adel

cmake:vsx Fix compilation fail on aligned runtime test when c++11 enabled

parent e09a4642
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// https://github.com/opencv/opencv/issues/13211 // https://github.com/opencv/opencv/issues/13211
#include <altivec.h> #include <altivec.h>
#undef bool
#define vsx_ld vec_vsx_ld #define vsx_ld vec_vsx_ld
#define vsx_st vec_vsx_st #define vsx_st vec_vsx_st
......
Markdown is supported
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