mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Add intrinsics.x86_cpuid and intrinsics.x86_xgetbv
This commit is contained in:
@@ -121,4 +121,5 @@ foreign _ {
|
||||
@(link_name = "llvm.x86.ssse3.psign.w.128")
|
||||
psignw128 :: proc(a, b: i16x8) -> i16x8 ---
|
||||
@(link_name = "llvm.x86.ssse3.psign.d.128")
|
||||
psignd128 :: proc(a, b: i32x4) -> i32x4 ---}
|
||||
psignd128 :: proc(a, b: i32x4) -> i32x4 ---
|
||||
}
|
||||
Reference in New Issue
Block a user