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 c08ae15 commit cbbaef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arith/src/extension_field/gf2_128x8/neon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ impl From<NeonGF2_128> for NeonGF2_128x8 {
fn from(v: NeonGF2_128) -> Self {
unsafe {
NeonGF2_128x8 {
v: [v.v; Self::pack_size()],
v: [v.v; 8],
}
}
}
Expand Down

0 comments on commit cbbaef0

Please sign in to comment.