Andrew Sadler f0ed8c497d
Reimplement _xgetbv with LLVM intrinsics (#958)
`_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.
2020-11-24 20:38:17 +00:00
..
2020-09-03 14:12:19 +01:00
2020-11-02 00:53:39 +00:00
2020-11-22 15:10:25 +00:00