Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyong1997 committed Aug 27, 2024
1 parent cbbaef0 commit 0e86e18
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions arith/src/extension_field/gf2_128x8/neon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,8 @@ impl SimdField for NeonGF2_128x8 {

impl From<NeonGF2_128> for NeonGF2_128x8 {
fn from(v: NeonGF2_128) -> Self {
unsafe {
NeonGF2_128x8 {
v: [v.v; 8],
}
NeonGF2_128x8 {
v: [v.v; 8],
}
}
}
Expand Down

0 comments on commit 0e86e18

Please sign in to comment.