Illegal instruction trap is generated if CPU doesn't support AVX #371
Labels
difficulty:hard
difficulty:moderate
priority:important
The changes needed are critical for libp2p, or are blocking another project
Looks like it tries to execute
vpslldq
instruction which requires AVX{1,2}, but my machine doesn't have it.my flags from cpuinfo
Might moving to RustCrypto help?
See the original issue in paritytech/polkadot#358
The text was updated successfully, but these errors were encountered: