Restore configuration for RISC-V.

This commit is contained in:
Ruslan Bukin 2016-03-01 17:43:06 +00:00
parent 8a4ba03859
commit ac8f9de31a

View File

@ -254,6 +254,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