Skip to content

Commit

Permalink
Add test for waitpkg.
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
  • Loading branch information
gz committed Apr 29, 2024
1 parent 3fa2e4e commit 40f41f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/i7_12700k.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,7 @@ fn extended_features() {
assert!(e.has_ospke());
assert!(!e.has_avx512vnni());
assert!(e.has_rdpid());
assert!(e.has_waitpkg());
assert!(!e.has_sgx_lc());
assert_eq!(e.mawau_value(), 0x0);
}
Expand Down

0 comments on commit 40f41f5

Please sign in to comment.