jemalloc: fix PowerPC definitions in quantum.h

This commit is contained in:
barracuda156 2022-05-21 23:36:15 +08:00 committed by David Goldblatt
parent 5b1f2cc5d7
commit 70e3735f3a

View File

@ -49,7 +49,7 @@
# ifdef __or1k__
# define LG_QUANTUM 3
# endif
# ifdef __powerpc__
# if defined(__powerpc__) || defined(__ppc__) || defined(__powerpc64__) || defined(__ppc64__)
# define LG_QUANTUM 4
# endif
# if defined(__riscv) || defined(__riscv__)