Skip to content

Commit 352794b

Browse files
committed
bugtest
1 parent f32f3b8 commit 352794b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/implementation/armv7/neon.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ impl SimdU8Value {
232232
#[inline]
233233
#[target_feature(enable = "neon")]
234234
unsafe fn is_ascii(self) -> bool {
235-
vmaxvq_u8(self.0) < 0b1000_0000_u8
235+
vmaxvq_u8(self.0) > 0b1000_0000_u8
236236
}
237237
}
238238

0 commit comments

Comments
 (0)