sujayakar / rsdict

MIT License
45 stars 3 forks source link

fix unrecognized platform-specific intrinsic function: simd_shuffle2 etc. #8

Closed KonradHoeffner closed 1 year ago

KonradHoeffner commented 1 year ago

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

The last two report:

warning: unused import: `succinct::rank::RankSupport`
warning: unused import: `succinct::select::SelectSupport`

However I didn't remove them in this PR as this occurs with the previous version as well.

sujayakar commented 1 year ago

wonderful, thanks for the PR!

let me know if you'd like me to do a crates.io release too.

KonradHoeffner commented 1 year ago

@sujayakar: You're welcome! A crates.io release would be great, as I have two crates that depend on rsdict.

sujayakar commented 1 year ago

@KonradHoeffner, done! 0.0.7 is on crates.io: https://crates.io/crates/rsdict

KonradHoeffner commented 1 year ago

Fantastic, thanks!