Commit ea8a689c by jglaser Committed by GitHub

fix build on P9 (#739)

parent 672d9e0a
...@@ -150,6 +150,7 @@ struct alignas(16) u64x2 { ...@@ -150,6 +150,7 @@ struct alignas(16) u64x2 {
#include <altivec.h> #include <altivec.h>
// <altivec.h> #defines vector __vector; in C++, this is bad form. // <altivec.h> #defines vector __vector; in C++, this is bad form.
#undef vector #undef vector
#undef bool
// Rely on the PowerPC AltiVec vector operations for accelerated AES // Rely on the PowerPC AltiVec vector operations for accelerated AES
// instructions. GCC support of the PPC vector types is described in: // instructions. GCC support of the PPC vector types is described in:
......
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