Skip to content

Commit 832166a

Browse files
author
Daniel Smith
committed
Fix verify test with updated XML
1 parent 475c51d commit 832166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stdarch-verify/tests/x86-intel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ fn equate(t: &Type, intel: &str, intrinsic: &str, is_const: bool) -> Result<(),
667667

668668
(&Type::MMASK8, "__mmask8") => {}
669669
(&Type::MMASK16, "__mmask16") => {}
670-
(&Type::MM_CMPINT_ENUM, "const _MM_CMPINT_ENUM") => require_const()?,
670+
(&Type::MM_CMPINT_ENUM, "_MM_CMPINT_ENUM") => {}
671671

672672
// This is a macro (?) in C which seems to mutate its arguments, but
673673
// that means that we're taking pointers to arguments in rust

0 commit comments

Comments
 (0)