Index: tests/OFSystemInfoTests.m ================================================================== --- tests/OFSystemInfoTests.m +++ tests/OFSystemInfoTests.m @@ -130,11 +130,11 @@ [OFSystemInfo supportsAVX512Float16Instructions]); ADD_BOOL(@"Supports AVX-512 BFloat16 Instructions", [OFSystemInfo supportsAVX512BFloat16Instructions]); #endif -#ifdef OF_POWERPC +#if defined(OF_POWERPC) || defined(OF_POWERPC64) ADD_BOOL(@"Supports AltiVec", [OFSystemInfo supportsAltiVec]); #endif #ifdef OF_LOONGARCH64 ADD_BOOL(@"Supports LSX", [OFSystemInfo supportsLSX]);