menu
reduceOr
import { reduceOr } from "destack:math";
Horizontal reduction: bitwise OR of all lanes.
1export declare function reduceOr<T: Integer, const N: usize>(v: Vector<T, N>): Timport { reduceOr } from "destack:math";
Horizontal reduction: bitwise OR of all lanes.
1export declare function reduceOr<T: Integer, const N: usize>(v: Vector<T, N>): T