UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 238 B
import { defOpSVVV } from "./defopsvvv.js"; import { $msub } from "./ops.js"; const [a, b, c, d] = defOpSVVV($msub); const msubS = a; const msubS2 = b; const msubS3 = c; const msubS4 = d; export { msubS, msubS2, msubS3, msubS4 };