Skip to main content

dispatch_variant

Macro dispatch_variant 

Source
dispatch_variant!() { /* proc-macro */ }
Available on crate feature macros only.
Expand description

Descriptive alias for 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.

See incant! for full documentation and examples.