searcher_simd_instructions

Function searcher_simd_instructions 

Source
pub fn searcher_simd_instructions() -> &'static str
Expand description

Returns the SIMD instructions set used by this crate’s amortized memchr-like searcher.

Note that memchr routines, also used by this crate might use different instruction sets.