Wyatt Kennedy
07/11/2023, 5:04 AM<stdin>:1556:24: error: '__builtin_ia32_crc32qi' needs target feature sse4.2
return (unsigned int)(__builtin_ia32_crc32qi(p0, p1));
I know my cpu supports sse4.2 so I assume it's a config for clang that konan uses? Google is failing entirely here, does anyone know if this is some flag I can provide to konan/clang to indicate that this should be enabled during cinterop? The error does not indicate at all what code in the SDL headers that it's choking on.Wyatt Kennedy
07/11/2023, 6:02 AM