Skip to main content

Module dispatch

Module dispatch 

Source
Expand description

Backend dispatch macros for vector operations

These macros handle routing operations to the appropriate SIMD backend based on CPU feature detection and the selected Backend variant.

Macrosยง

dispatch_binary_op
Macro to dispatch binary operations to appropriate backend
dispatch_reduction
Macro to dispatch reduction operations (return f32)
dispatch_unary_op
Macro to dispatch unary operations (a -> result)