File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,9 @@ pub(crate) unsafe fn match_uri_vectored(bytes: &[u8]) -> usize {
29
29
unsafe fn match_url_char_32_avx ( buf : & [ u8 ] ) -> usize {
30
30
debug_assert ! ( buf. len( ) >= 32 ) ;
31
31
32
- /*
33
32
#[ cfg( target_arch = "x86" ) ]
34
33
use core:: arch:: x86:: * ;
35
34
#[ cfg( target_arch = "x86_64" ) ]
36
- */
37
35
use core:: arch:: x86_64:: * ;
38
36
39
37
let ptr = buf. as_ptr ( ) ;
@@ -96,11 +94,9 @@ pub(crate) unsafe fn match_header_value_vectored(bytes: &[u8]) -> usize {
96
94
unsafe fn match_header_value_char_32_avx ( buf : & [ u8 ] ) -> usize {
97
95
debug_assert ! ( buf. len( ) >= 32 ) ;
98
96
99
- /*
100
97
#[ cfg( target_arch = "x86" ) ]
101
98
use core:: arch:: x86:: * ;
102
99
#[ cfg( target_arch = "x86_64" ) ]
103
- */
104
100
use core:: arch:: x86_64:: * ;
105
101
106
102
let ptr = buf. as_ptr ( ) ;
You can’t perform that action at this time.
0 commit comments