dispatch_variant!() { /* proc-macro */ }
macros
Descriptive alias for incant!.
incant!
Dispatches to architecture-specific function variants at runtime. Looks for suffixed functions (_v3, _v4, _neon, _wasm128, _scalar) and calls the best one the CPU supports.
_v3
_v4
_neon
_wasm128
_scalar
See incant! for full documentation and examples.