Skip to main content

ops

Function ops 

Source
pub fn ops() -> &'static SimdOps
Expand description

Return a reference to the auto-detected SimdOps dispatch table.

The detection runs exactly once (via OnceLock); subsequent calls are a single atomic load.