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.
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:
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.