UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 246 B
import { defOpVV } from "./defopvv.js"; import { $rsU } from "./ops.js"; const [a, b, c, d] = defOpVV($rsU); const rshiftU = a; const rshiftU2 = b; const rshiftU3 = c; const rshiftU4 = d; export { rshiftU, rshiftU2, rshiftU3, rshiftU4 };