UNPKG

@thi.ng/vectors

Version:

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

15 lines (14 loc) 269 B
import { defOpS } from "./compile/emit.js"; import { ARGS_VVV, MATH2, SARGS_VVV } from "./compile/templates.js"; const [msubS, msubS2, msubS3, msubS4] = defOpS( MATH2("*", "-"), ARGS_VVV, SARGS_VVV, ARGS_VVV ); export { msubS, msubS2, msubS3, msubS4 };