seanmonstar / httparse

A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
592 stars 115 forks source link

lint(simd): don't build simd::sse42 when +avx2 #183

Closed AaronO closed 2 months ago

AaronO commented 2 months ago

simd::avx2 no longer calls simd::sse42, so we shouldn't build it when compiling for +avx2 follow-up to #181 (didn't pay attention to warnings of unused code)