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 8e641c4 commit ed63d25Copy full SHA for ed63d25
src/common/common.h
@@ -269,7 +269,7 @@
269
270
271
/*****************************************************
272
-* FreeBSD for Intel platforms
+* FreeBSD
273
*****************************************************/
274
#ifdef FREEBSD
275
@@ -281,7 +281,13 @@
281
282
#ifdef AMD64
283
#define FB_CPU CpuAmd
284
-#else
+#endif
285
+
286
+#ifdef PPC64EL
287
+#define FB_CPU CpuPowerPc64el
288
289
290
+#if defined(i386) || defined(__i386) || defined(__i386__)
291
#define I386
292
#define FB_CPU CpuIntel
293
#endif
0 commit comments