Add fxsr.odin

This commit is contained in:
gingerBill
2022-05-29 13:44:00 +01:00
parent 77d4409549
commit 846f8377b2
2 changed files with 33 additions and 2 deletions
-2
View File
@@ -1,8 +1,6 @@
//+build i386, amd64
package simd_x86
import "core:intrinsics"
_addcarry_u32 :: #force_inline proc "c" (c_in: u8, a: u32, b: u32, out: ^u32) -> u8 {
x, y := llvm_addcarry_u32(c_in, a, b)
out^ = y