Skip to content

Commit 339d45c

Browse files
committed
style(simd_caps): rustfmt 1.95.0 collapse for synthetic-SimdCaps init
Same canonical-fmt collapse as the prior pillar-branch hotfixes. No behavioral change.
1 parent 7620898 commit 339d45c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/hpc/simd_caps.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -616,10 +616,7 @@ mod tests {
616616
sha2: false,
617617
crc32: false,
618618
};
619-
assert!(
620-
!synthetic.has_amx_fp16(),
621-
"amx_fp16 without amx_tile must report false"
622-
);
619+
assert!(!synthetic.has_amx_fp16(), "amx_fp16 without amx_tile must report false");
623620
}
624621

625622
/// On non-x86 builds the x86 capability bits MUST all read false —

0 commit comments

Comments
 (0)