rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
589 stars 74 forks source link

Remove reference to unused llvm_asm feature (no longer available on Rust nightly) #341

Closed hkratz closed 2 years ago

hkratz commented 2 years ago

Fixes #340.

alamb commented 2 years ago

Also related to https://github.com/rust-lang/rust/issues/93025

alamb commented 2 years ago

cc @workingjubilee (or anyone else who can merge this PR / publish a fix) 🙏

workingjubilee commented 2 years ago

Thank you! I will cut a release shortly have cut a release.

alamb commented 2 years ago

Thank. you @hkratz and @workingjubilee