Skip to content

v3.0.2

Latest

Choose a tag to compare

@HadrienG2 HadrienG2 released this 22 Feb 16:06
· 12 commits to main since this release
3207c4b

Fixed

  • Handle latest std::simd API breaking changes on nightly
    • LaneCount and SupportedLaneCount are not a thing anymore.
    • Vectors of isize and usize cannot be easily supported anymore as
      interconvertibility to machine types has been lost, thus support is
      dropped.