Gin icon indicating copy to clipboard operation
Gin copied to clipboard

Failing static_asserts in WSL2

Open kcoul opened this issue 5 months ago • 1 comments

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.

kcoul avatar Sep 18 '25 19:09 kcoul

Maybe SSE is disabled in your build settings?

FigBug avatar Nov 14 '25 19:11 FigBug