mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:47:23 +00:00
`_xgetbv` was reimplemented to use inline assembly in #333 since LLVM 3.9 didn't export the intrinsic we needed to use. LLVM 4.0 has since rectified that issue, and since rust's minimum supported version of LLVM is 8.0, this change can be reverted.