--- a/src/src/nvtt/squish/simd_ve.h +++ b/src/src/nvtt/squish/simd_ve.h @@ -27,7 +27,7 @@ #ifndef SQUISH_SIMD_VE_H #define SQUISH_SIMD_VE_H -#ifndef __APPLE_ALTIVEC__ +#if !defined(__APPLE_ALTIVEC__) || defined(__powerpc64__) #include #undef bool #endif --- a/src/src/nvmath/SimdVector_VE.h +++ b/src/src/nvmath/SimdVector_VE.h @@ -27,7 +27,7 @@ #ifndef NV_SIMD_VECTOR_VE_H #define NV_SIMD_VECTOR_VE_H -#ifndef __APPLE_ALTIVEC__ +#if !defined(__APPLE_ALTIVEC__) || defined(__powerpc64__) #include #undef bool #endif