swesterfeld / spectmorph

SpectMorph: spectral audio morphing
http://www.spectmorph.org
GNU Lesser General Public License v2.1
64 stars 5 forks source link

Fix compile errors caused by __m128 and fnstcw on RISC-V #13

Closed XieJiSS closed 2 years ago

XieJiSS commented 2 years ago

Closes #12

swesterfeld commented 2 years ago

I've merged it now, avoiding m128 outside `#ifdef SSE__` for all platforms (not just RISC-V) as https://github.com/swesterfeld/spectmorph/commit/6fded91ed872a34d27c3b9f0f32dbb6c1549676f

Thanks!