UNPKG

@thi.ng/vectors

Version:

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

13 lines (12 loc) 223 B
import { defOp } from "./compile/emit.js"; import { ARGS_VVV, MATH2 } from "./compile/templates.js"; const [msub, msub2, msub3, msub4] = defOp( MATH2("*", "-"), ARGS_VVV ); export { msub, msub2, msub3, msub4 };