After a spot of nasty debugging, I narrowed the problem down to some JIT generated WASM instructions. After spending ages trying to determine if I had the engine configured wrong or if this was a bug in the CPUID detection in the compiler, it turns out that it just doesn’t support my CPU :( . It’s looking like I might have to make it fall back to interpreter mode…