Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Sep 27, 2024
1 parent defcbc4 commit 1ad2ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arith/gf2_128/src/gf2_ext128.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pub type GF2_128 = neon::NeonGF2_128;
#[cfg(target_arch = "x86_64")]
mod avx;
#[cfg(target_arch = "x86_64")]
pub type GF2_128 = avx::AVXGF2_128;
pub type GF2_128 = avx::AVXGF2_128;

0 comments on commit 1ad2ae2

Please sign in to comment.