File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Stabilized APIs
39
39
- [ ` mem::MaybeUninit ` ]
40
40
- [ ` pointer::align_offset ` ]
41
41
- [ ` future::Future ` ]
42
- - [ ` task::Context ` ]
42
+ - [ ` task::Context ` ]
43
43
- [ ` task::RawWaker ` ]
44
44
- [ ` task::RawWakerVTable ` ]
45
45
- [ ` task::Waker ` ]
61
61
62
62
Compatibility Notes
63
63
-------------------
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 ]
64
66
- With the stabilisation of ` mem::MaybeUninit ` , ` mem::uninitialized ` use is no
65
67
longer recommended, and will be deprecated in 1.38.0.
66
68
@@ -97,7 +99,8 @@ Compatibility Notes
97
99
[ `task::Poll` ] : https://doc.rust-lang.org/beta/std/task/enum.Poll.html
98
100
[ clippy-1-36-0 ] : https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#rust-136
99
101
[ 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
101
104
102
105
Version 1.35.0 (2019-05-23)
103
106
==========================
You can’t perform that action at this time.
0 commit comments