UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 258 B
import { defOpVN } from "./defopvn.js"; import { $bxorU } from "./ops.js"; const [a, b, c, d] = defOpVN($bxorU); const bitXorNU = a; const bitXorNU2 = b; const bitXorNU3 = c; const bitXorNU4 = d; export { bitXorNU, bitXorNU2, bitXorNU3, bitXorNU4 };