blob: 4a268163be73bf4fc2b45e3437690f8b2aead91a [file] [log] [blame]
pub use self::imp::*;
#[cfg(all(
regex_runtime_teddy_avx2,
target_arch = "x86_64",
))]
mod imp;
#[cfg(not(all(
regex_runtime_teddy_avx2,
target_arch = "x86_64",
)))]
#[path = "fallback.rs"]
mod imp;