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

pull/14121/head
Sayed Adel 6 years ago
parent e09a464242
commit 0df607e5dd
  1. 1
      cmake/checks/runtime/cpu_vsx_aligned.cpp

@ -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

Loading…
Cancel
Save