File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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 ` ]
6161
6262Compatibility 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
102105Version 1.35.0 (2019-05-23)
103106==========================
You can’t perform that action at this time.
0 commit comments