Add LG_QUANTUM definition for the RISC-V architecture.

This commit is contained in:
Jason Evans 2016-05-06 17:15:32 -07:00
parent 62c217e613
commit 919e4a0ea9

View File

@ -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