diff options
Diffstat (limited to 'src/utils/simd_32/simd_altivec.h')
-rw-r--r-- | src/utils/simd_32/simd_altivec.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/simd_32/simd_altivec.h b/src/utils/simd_32/simd_altivec.h index e1704e76c..9cc5c1068 100644 --- a/src/utils/simd_32/simd_altivec.h +++ b/src/utils/simd_32/simd_altivec.h @@ -8,6 +8,8 @@ #ifndef BOTAN_SIMD_ALTIVEC_H__ #define BOTAN_SIMD_ALTIVEC_H__ +#if defined(BOTAN_TARGET_CPU_HAS_ALTIVEC) + #include <botan/loadstor.h> #include <botan/cpuid.h> @@ -207,3 +209,5 @@ class SIMD_Altivec } #endif + +#endif |