22 void EltwiseCmpAdd(uint64_t* result,
const uint64_t* operand1, uint64_t n,
23 CMPINT cmp, uint64_t bound, uint64_t diff);
CMPINT
Represents binary operations between two boolean values.
Definition: util.hpp:16
Definition: eltwise-add-mod.hpp:8
void EltwiseCmpAdd(uint64_t *result, const uint64_t *operand1, uint64_t n, CMPINT cmp, uint64_t bound, uint64_t diff)
Computes element-wise conditional addition.