mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
Fix build on 32-bit Intel (#405)
This commit is contained in:
parent
04dce92a3a
commit
107ba3ab05
@ -12,7 +12,7 @@ impl<F: Field> Packable for F {
|
||||
default type Packing = Self;
|
||||
}
|
||||
|
||||
#[cfg(target_feature = "avx2")]
|
||||
#[cfg(all(target_arch = "x86_64", target_feature = "avx2"))]
|
||||
impl Packable for crate::field::goldilocks_field::GoldilocksField {
|
||||
type Packing = crate::field::arch::x86_64::avx2_goldilocks_field::Avx2GoldilocksField;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user