aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/cpuid.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-10 23:39:16 +0000
committerlloyd <[email protected]>2014-01-10 23:39:16 +0000
commitd3dccecc381a4e35a79eb9ff4e7591d0ac58ede7 (patch)
treea012dd8e07f7b86c2f6965bcd05db1458e7c35d6 /src/lib/utils/cpuid.cpp
parentad6555f522ae16f6284e8dafa02f630b88bcf289 (diff)
Fix dependency checks for intrinsics and runtime Altivec check
Diffstat (limited to 'src/lib/utils/cpuid.cpp')
-rw-r--r--src/lib/utils/cpuid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/cpuid.cpp b/src/lib/utils/cpuid.cpp
index 6da5673c1..c49eb0752 100644
--- a/src/lib/utils/cpuid.cpp
+++ b/src/lib/utils/cpuid.cpp
@@ -183,7 +183,7 @@ void CPUID::initialize()
{
#if defined(BOTAN_TARGET_CPU_IS_PPC_FAMILY)
if(altivec_check_sysctl() || altivec_check_pvr_emul())
- altivec_capable = true;
+ m_altivec_capable = true;
#endif
#if defined(BOTAN_TARGET_CPU_IS_X86_FAMILY)