We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c8534 commit b0f162aCopy full SHA for b0f162a
CHANGELOG
@@ -1,5 +1,10 @@
1
## Unreleased
2
- The `cuda` feature has been removed, as the toolchain it depends on is long abandoned.
3
+- The `packed_simd` feature has been removes as it has been incompatible with the `nightly` compiler for several months.
4
+ Consider using the `portable_simd` feature instead.
5
+- Add the `portable_simd` feature for supporting `std::simd`.
6
+- The `ClosedAdd, ClosedMul, etc.` traits no longer require `AddAssign, MulAssign`. Instead they are required for new
7
+ traits named `ClosedAddAssign, ClosedMulAssign, etc.`
8
9
## Release v0.8.1 (04 Apr. 2023)
10
- Add implementation of `rkyv` serialization/deserialization to the `Wide*` wrapper types.
0 commit comments