UNPKG

@thi.ng/vectors

Version:

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

14 lines (13 loc) 250 B
import { defOpVV } from "./defopvv.js"; import { $bxorI } from "./ops.js"; const [a, b, c, d] = defOpVV($bxorI); const bitXorI = a; const bitXorI2 = b; const bitXorI3 = c; const bitXorI4 = d; export { bitXorI, bitXorI2, bitXorI3, bitXorI4 };