impl_vecmap

Macro impl_vecmap 

Source
macro_rules! impl_vecmap {
    ($name:ident, $expr:expr) => { ... };
}
Expand description

Generates a mapping kernel that returns a FloatArray, propagating any input nulls (and never touching lanes that were null).

$name – function name to create
$expr – expression mapping a scalar f64 → f64