We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crypto
1 parent 1149b24 commit 865968cCopy full SHA for 865968c
.gitignore
@@ -1 +1,2 @@
1
target/
2
+**/Cargo.lock
polyval/src/backend/pmull.rs
@@ -68,7 +68,6 @@ impl Polyval {
68
// TODO(tarcieri): investigate ordering optimizations and fusions e.g.`fuse-crypto-eor`
69
#[inline]
70
#[target_feature(enable = "neon")]
71
- #[target_feature(enable = "crypto")]
72
unsafe fn mul(&mut self, x: &Block) {
73
let h = self.h;
74
let y = veorq_u8(self.y, vld1q_u8(x.as_ptr()));
0 commit comments