Skip to content

Commit 126be2c

Browse files
Amend release notes with compat-notes for stdsimd
1 parent 6d6789f commit 126be2c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: RELEASES.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Stabilized APIs
3939
- [`mem::MaybeUninit`]
4040
- [`pointer::align_offset`]
4141
- [`future::Future`]
42-
- [`task::Context`]
42+
- [`task::Context`]
4343
- [`task::RawWaker`]
4444
- [`task::RawWakerVTable`]
4545
- [`task::Waker`]
@@ -61,6 +61,8 @@ Misc
6161

6262
Compatibility Notes
6363
-------------------
64+
- [`std::arch::x86::_rdtsc` returns `u64` instead of `i64`][stdsimd/559]
65+
- [`std::arch::x86_64::_mm_shuffle_ps` takes an `i32` instead of `u32` for `mask`][stdsimd/522]
6466
- With the stabilisation of `mem::MaybeUninit`, `mem::uninitialized` use is no
6567
longer recommended, and will be deprecated in 1.38.0.
6668

@@ -97,7 +99,8 @@ Compatibility Notes
9799
[`task::Poll`]: https://doc.rust-lang.org/beta/std/task/enum.Poll.html
98100
[clippy-1-36-0]: https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-136
99101
[cargo-1-36-0]: https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md#cargo-136-2019-07-04
100-
102+
[stdsimd/522]: https://github.com/rust-lang-nursery/stdsimd/issues/522
103+
[stdsimd/559]: https://github.com/rust-lang-nursery/stdsimd/issues/559
101104

102105
Version 1.35.0 (2019-05-23)
103106
==========================

0 commit comments

Comments
 (0)