lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link

add RISC-V support #80

Closed IEAST closed 2 years ago

IEAST commented 2 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.

lucianodato commented 2 years ago

Thanks! Sorry for the delay!