You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should ensure alignment without using any __foo tricks which may not be supported on some platforms. Please try if that fixes building SpectMorph for you.
@swesterfeld Yes, I'm trying to build SpectMorph on RISC-V (more specifically, rv64gc). Thanks for your help, now I can make it compiles successfully. I'll try to make a PR regarding this (and an additional fix for another compile error) ASAP.
Some platforms do not have
__m128
.Is it possible to replace it with
unsigned __int128
, etc.? I'm not sure whether this will break data alignment or not.The text was updated successfully, but these errors were encountered: