Expand description

Intel x86_64 compatibility.

Re-exports

pub use sse2::_mm_popcnt_epi8;

Modules

SSE2 support, including functions one might assume to be present as intrinsics provided by Intel but aren’t.

Functions

Wrapper function for _mm_extract_epi8 to support constant and non-constant forms in Rust and our compatibility module.