We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7620898 commit 339d45cCopy full SHA for 339d45c
1 file changed
src/hpc/simd_caps.rs
@@ -616,10 +616,7 @@ mod tests {
616
sha2: false,
617
crc32: false,
618
};
619
- assert!(
620
- !synthetic.has_amx_fp16(),
621
- "amx_fp16 without amx_tile must report false"
622
- );
+ assert!(!synthetic.has_amx_fp16(), "amx_fp16 without amx_tile must report false");
623
}
624
625
/// On non-x86 builds the x86 capability bits MUST all read false —
0 commit comments