pub fn ops() -> &'static SimdOps
Return a reference to the auto-detected SimdOps dispatch table.
SimdOps
The detection runs exactly once (via OnceLock); subsequent calls are a single atomic load.
OnceLock