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 { $lsU } from "./ops.js"; const [a, b, c, d] = defOpVV($lsU); const lshiftU = a; const lshiftU2 = b; const lshiftU3 = c; const lshiftU4 = d; export { lshiftU, lshiftU2, lshiftU3, lshiftU4 };