//! Defines the internal `accel` cfg = "the `asm` feature is on AND we target x86_64".
//!
//! The vendored openh264 SIMD kernels in `rusty_h264-accel` are x86-64 only, so the
//! `accel` code paths must not be compiled on other architectures even when a downstream
//! crate enables the (default) `asm` feature. On non-x86_64 targets `accel` stays unset
//! and the codec uses its pure-Rust scalar path — so e.g. `rff` builds on arm64 macOS
//! with default features and without nasm.