We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff89ad commit feb068bCopy full SHA for feb068b
hs1-siv/src/hash/sse2.rs
@@ -1,4 +1,7 @@
1
use super::{mask, poly_step, Array, Hasher, Hs1Params};
2
+#[cfg(target_arch = "x86")]
3
+use core::arch::x86::*;
4
+#[cfg(target_arch = "x86_64")]
5
use core::arch::x86_64::*;
6
7
impl<P: Hs1Params> Hasher<P> {
0 commit comments