We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74a85d commit e00e045Copy full SHA for e00e045
src/impl_ppc_linux.c
@@ -15,7 +15,7 @@
15
#include "cpu_features_macros.h"
16
17
#ifdef CPU_FEATURES_ARCH_PPC
18
-#ifdef CPU_FEATURES_OS_LINUX
+#if defined(CPU_FEATURES_OS_LINUX) || defined(CPU_FEATURES_OS_FREEBSD)
19
20
#include "cpuinfo_ppc.h"
21
@@ -159,5 +159,5 @@ PPCPlatformStrings GetPPCPlatformStrings(void) {
159
return strings;
160
}
161
162
-#endif // CPU_FEATURES_OS_LINUX
+#endif // CPU_FEATURES_OS_LINUX || CPU_FEATURES_OS_FREEBSD
163
#endif // CPU_FEATURES_ARCH_PPC
0 commit comments