Closed IEAST closed 3 years ago
I try build this package on riscv,but it has a error:
cc: error: unrecognized command-line option `-msse` cc: error: unrecognized command-line option `-msse2`
RISC-V does not support the -msse option, so I fix build. And the can build for riscv.
-msse
Thanks! Sorry for the delay!
I try build this package on riscv,but it has a error:
RISC-V does not support the
-msse
option, so I fix build. And the can build for riscv.