mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 00:27:30 +03:00
Add new architecture loongarch.
Signed-off-by: Wang JinLong <wangjinlong@uniontech.com>
This commit is contained in:
parent
8daac7958f
commit
2159615419
1 changed files with 3 additions and 0 deletions
|
|
@ -30,6 +30,9 @@
|
|||
# ifdef __hppa__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __loongarch__
|
||||
# define LG_QUANTUM 4
|
||||
# endif
|
||||
# ifdef __m68k__
|
||||
# define LG_QUANTUM 3
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue