Closed KonradHoeffner closed 1 year ago
wonderful, thanks for the PR!
let me know if you'd like me to do a crates.io release too.
@sujayakar: You're welcome! A crates.io release would be great, as I have two crates that depend on rsdict.
@KonradHoeffner, done! 0.0.7 is on crates.io: https://crates.io/crates/rsdict
Fantastic, thanks!
This fixes the errors: "unrecognized platform-specific intrinsic function: simd_shuffle2" etc.
Error reported in https://github.com/sujayakar/rsdict/issues/7. The error only occurred with the newest nightly versions
Update dependencies to their newest version. Successfully tested with:
stable: 1.71.1 2023-08-03 nightly: 1.73.0 23-08-06
cargo +stable test
cargo +nightly test
cargo +nightly test --features packed_simd
cargo +stable afl build --release --test rsdict_fuzz --features fuzz
cargo +nightly afl build --release --test rsdict_fuzz --features fuzz
The last two report:
However I didn't remove them in this PR as this occurs with the previous version as well.