macro_rules! native_pointwise_1 {
($name:ident, $op:expr) => { ... };
}Expand description
O(1) unary pointwise transform — no history buffer.
macro_rules! native_pointwise_1 {
($name:ident, $op:expr) => { ... };
}O(1) unary pointwise transform — no history buffer.