rust-lang / rust

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
95.44k stars 12.29k forks source link

Tracking Issue for Intel Restricted Transactional Memory intrinsics #111138

Open Amanieu opened 1 year ago

Amanieu commented 1 year ago

Feature gate: #![feature(stdarch_x86_rtm)]

This is a tracking issue for x86 RTM intrinsics in stdarch.

Public API

This feature covers all of the intrinsics from the following features:

Steps / History

Unresolved Questions

Jules-Bertholet commented 1 year ago

@rustbot label O-x86