]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 19 Apr 2019 04:03:20 +0000 (06:03 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2019 04:03:20 +0000 (06:03 +0200)
commitdd9f9b4b9dc782f307e9873f7a99828c4f58398e
tree65e0bdb24b7cec32bbfbbf0403c85de5b8690094
parent34f1c1fff13f9d9959e39ae97dc2cf394c8e6537
parent365a48a8bf0d4dbb343889c53f773adad74ef965
Rollup merge of #60060 - mtak-:rtm-x86-feature, r=petrochenkov

whitelist RTM x86 target cpu feature

This PR adds support for intels restricted transactional memory cpu feature. I mostly copied what was done for the [movbe](https://github.com/rust-lang/rust/pull/57999) feature.

https://github.com/rust-lang-nursery/stdsimd/issues/718