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 { $rsI } from "./ops.js"; const [a, b, c, d] = defOpVN($rsI); const rshiftNI = a; const rshiftNI2 = b; const rshiftNI3 = c; const rshiftNI4 = d; export { rshiftNI, rshiftNI2, rshiftNI3, rshiftNI4 };