image-rs / image-png

PNG decoding and encoding library in pure Rust
https://docs.rs/png
Apache License 2.0
347 stars 139 forks source link

Update `unstable` nightly portable-simd imports #437

Closed okaneco closed 7 months ago

okaneco commented 7 months ago

Import SimdOrd, SimdPartialEq from std::simd::cmp Import SimdInt, SimdUint from std::simd::num

The most recent portable-simd subtree sync moved some traits out of the top level modules.

fintelia commented 7 months ago

Thanks!