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 47853d7 commit 42422dcCopy full SHA for 42422dc
src/simd/mod.rs
@@ -15,6 +15,7 @@ pub use self::swar::*;
15
16
#[cfg(all(
17
httparse_simd,
18
+ not(httparse_simd_target_feature_avx2),
19
any(
20
target_arch = "x86",
21
target_arch = "x86_64",
0 commit comments