aboutsummaryrefslogtreecommitdiffstats
path: root/src/simd/simd_altivec
diff options
context:
space:
mode:
Diffstat (limited to 'src/simd/simd_altivec')
-rw-r--r--src/simd/simd_altivec/simd_altivec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simd/simd_altivec/simd_altivec.h b/src/simd/simd_altivec/simd_altivec.h
index 4c412ddec..f675587bc 100644
--- a/src/simd/simd_altivec/simd_altivec.h
+++ b/src/simd/simd_altivec/simd_altivec.h
@@ -8,7 +8,7 @@
#ifndef BOTAN_SIMD_ALTIVEC_H__
#define BOTAN_SIMD_ALTIVEC_H__
-#if defined(BOTAN_TARGET_CPU_HAS_ALTIVEC)
+#if defined(BOTAN_TARGET_SUPPORTS_ALTIVEC)
#include <botan/loadstor.h>
#include <botan/cpuid.h>