Skip to content

Commit

Permalink
Update m31.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenfeizhang committed Jun 3, 2024
1 parent 1c04dc5 commit ca3c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arith/src/field/m31.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub use m31_avx::PackedM31;
#[cfg(target_arch = "aarch64")]
pub mod m31_neon;
#[cfg(target_arch = "aarch64")]
pub use m31_neon::{PackedM31, M31_PACK_SIZE};
pub use m31_neon::PackedM31;
use rand::RngCore;

use crate::{Field, FieldSerde};
Expand Down

0 comments on commit ca3c890

Please sign in to comment.