Add LG_QUANTUM definition for the RISC-V architecture.
This commit is contained in:
parent
62c217e613
commit
919e4a0ea9
@ -258,6 +258,9 @@ typedef unsigned szind_t;
|
|||||||
# ifdef __powerpc__
|
# ifdef __powerpc__
|
||||||
# define LG_QUANTUM 4
|
# define LG_QUANTUM 4
|
||||||
# endif
|
# endif
|
||||||
|
# ifdef __riscv__
|
||||||
|
# define LG_QUANTUM 4
|
||||||
|
# endif
|
||||||
# ifdef __s390__
|
# ifdef __s390__
|
||||||
# define LG_QUANTUM 4
|
# define LG_QUANTUM 4
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user