aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Gerd Zellweger <mail@gerdzellweger.com> 2021-04-24 00:43:37 -0700
committerGravatar Gerd Zellweger <mail@gerdzellweger.com> 2021-04-24 00:43:37 -0700
commitc4c34367652f206d49cbba8fb502b8c5df4f67a3 (patch)
tree71dde2730a162f04b82de07a3ea2b89dc7f544dc /src/lib.rs
parent523296c4ecfad57ef26aabdde1446c788dbc668e (diff)
downloadrust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.tar.gz
rust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.tar.zst
rust-x86-c4c34367652f206d49cbba8fb502b8c5df4f67a3.zip
Add fence instructions.
Diffstat (limited to '')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 86e85e5..f31a196 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;