diff options
author | 2021-04-24 00:43:37 -0700 | |
---|---|---|
committer | 2021-04-24 00:43:37 -0700 | |
commit | c4c34367652f206d49cbba8fb502b8c5df4f67a3 (patch) | |
tree | 71dde2730a162f04b82de07a3ea2b89dc7f544dc /src/lib.rs | |
parent | 523296c4ecfad57ef26aabdde1446c788dbc668e (diff) | |
download | rust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.tar.gz rust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.tar.zst rust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.zip |
Add fence instructions.
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ pub mod task; pub mod time; pub mod tlb; pub mod vmx; +pub mod fence; #[cfg(feature = "performance-counter")] pub mod perfcnt; |