@@ -124,12 +124,11 @@ ADD_BOOL(@"Supports AVX-512 BFloat16 Instructions", [OFSystemInfo supportsAVX512BFloat16Instructions]); #endif #ifdef OF_POWERPC - ADD_BOOL(@"[OFSystemInfo] Supports AltiVec", - [OFSystemInfo supportsAltiVec]); + ADD_BOOL(@"Supports AltiVec", [OFSystemInfo supportsAltiVec]); #endif #undef ADD #undef ADD_UINT #undef ADD_ULONGLONG