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

This commit is contained in:
Sayed Adel 2019-03-21 11:19:15 +02:00
parent e09a464242
commit 0df607e5dd

View File

@ -2,6 +2,7 @@
// https://github.com/opencv/opencv/issues/13211
#include <altivec.h>
#undef bool
#define vsx_ld vec_vsx_ld
#define vsx_st vec_vsx_st