Skip to content

Commit bcb398b

Browse files
committed
progress
1 parent 82e544c commit bcb398b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/x86/sse42.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,7 @@ mod tests {
318318
let va = __m128i::from(u8x16::load(a, 0));
319319
let vb = __m128i::from(u8x16::load(b, 0));
320320
let i = sse42::_mm_cmpestri(
321-
va, 3, vb, 6,
322-
sse42::_SIDD_CMP_EQUAL_ORDERED);
321+
va, 3, vb, 6, sse42::_SIDD_CMP_EQUAL_ORDERED);
323322
assert_eq!(3, i);
324323
}
325324
}

0 commit comments

Comments
 (0)