UNPKG

@thi.ng/vectors

Version:

Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts

14 lines (13 loc) 254 B
import { defOpVN } from "./defopvn.js"; import { $rsU } from "./ops.js"; const [a, b, c, d] = defOpVN($rsU); const rshiftNU = a; const rshiftNU2 = b; const rshiftNU3 = c; const rshiftNU4 = d; export { rshiftNU, rshiftNU2, rshiftNU3, rshiftNU4 };