Files
Odin/core/simd/x86
Yawning Angel 8d7c37e384 core/simd/x86: Use the none calling convention for intrinsics
The LLVM intrinsics that live under `llvm.x86` are not actual functions,
so trying to invoke them as such using the platform's native C
calling convention causes incorrect types to be emitted in the IR.

Thanks to laytanl for assistance in testing.
2024-01-07 20:04:40 +09:00
..
2022-05-30 16:08:06 +01:00
2022-05-29 14:46:05 +01:00
2022-05-27 16:39:54 +01:00