We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f368ee commit 312fcc0Copy full SHA for 312fcc0
src/x86.rs
@@ -8,7 +8,7 @@ use std::arch::x86_64::{
8
_mm512_cmplt_epu8_mask, _mm512_load_si512, _mm512_loadu_si512, _mm512_set1_epi8,
9
};
10
11
-use crate::{ESCAPE, HEX_BYTES, UU};
+use crate::generic::{ESCAPE, HEX_BYTES, UU};
12
13
// Constants for control character detection using signed comparison trick
14
const TRANSLATION_A: i8 = i8::MAX - 31i8;
0 commit comments