image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
150 stars 87 forks source link

Neon stabilization fixes #232

Closed HeroicKatora closed 2 years ago

HeroicKatora commented 2 years ago

The aarch64_neon feature is well on the stabilization track and, consequently, no longer required on the latest nightly versions. This comes with a bunch of small changes to the #[target_feature] qualification. Our own nightly_aarch64_neon is preserved for the moment.

HeroicKatora commented 2 years ago

Coming soon to a stable rustc on your infrastructure :tada: