Use single line attributes

This commit is contained in:
gingerBill
2022-05-29 15:11:15 +01:00
parent bc3bf939e0
commit f6dfa33697
9 changed files with 9 additions and 18 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ _mm_clmulepi64_si128 :: #force_inline proc "c" (a, b: __m128i, $IMM8: u8) -> __m
return pclmulqdq(a, b, u8(IMM8))
}
@(default_calling_convention="c")
@(private)
@(private, default_calling_convention="c")
foreign _ {
@(link_name="llvm.x86.pclmulqdq")
pclmulqdq :: proc(a, round_key: __m128i, #const imm8: u8) -> __m128i ---