mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Add LG_QUANTUM definition for the RISC-V architecture.
This commit is contained in:
parent
62c217e613
commit
919e4a0ea9
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@ typedef unsigned szind_t;
|
|||
# ifdef __powerpc__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __riscv__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __s390__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue