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 { $rsI } from "./ops.js"; const [a, b, c, d] = defOpVV($rsI); const rshiftI = a; const rshiftI2 = b; const rshiftI3 = c; const rshiftI4 = d; export { rshiftI, rshiftI2, rshiftI3, rshiftI4 };