Gin
Gin copied to clipboard
Failing static_asserts in WSL2
Hey, confused as to why these static_asserts (two places in this file) work fine in Windows 11 but fail in WSL2/Ubuntu, both are 64-bit:
gin/modules/gin_dsp/dsp/gin_bandlimitedlookuptable.h:93:41: error: static assertion failed
static_assert (mipp::N<float>() == 4);
I've had to change them to regular asserts in my fork to be able to compile.. just a heads up, can't look into it further until I have some more free time.
Maybe SSE is disabled in your build settings?