mirror of https://git.tukaani.org/xz.git
parent
b0366df1d7
commit
c92663aa1b
|
@ -512,6 +512,9 @@ static const char supported_encoders[][9] = {
|
||||||
#ifdef HAVE_ENCODER_ARM64
|
#ifdef HAVE_ENCODER_ARM64
|
||||||
"arm64",
|
"arm64",
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_ENCODER_RISCV
|
||||||
|
"riscv",
|
||||||
|
#endif
|
||||||
#ifdef HAVE_ENCODER_DELTA
|
#ifdef HAVE_ENCODER_DELTA
|
||||||
"delta",
|
"delta",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue