Skip to content

Commit 0e0062a

Browse files
committed
Add #[inline(always)]
No target features gate against this
1 parent 05937ac commit 0e0062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arch/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ unsafe fn update_x86_64_avx512_vpclmulqdq(
190190
}
191191
}
192192

193-
#[inline]
193+
#[inline(always)]
194194
#[cfg(all(
195195
not(target_arch = "x86"),
196196
not(target_arch = "x86_64"),

0 commit comments

Comments
 (0)