ENH: Added dummy operation, nopEqOp so gather/scatter becomes scatter only
This commit is contained in:
parent
ce9e29688b
commit
a7c6b2a547
@ -82,6 +82,8 @@ EqOp(orEq, x = (x || y))
|
||||
|
||||
EqOp(eqMinus, x = -y)
|
||||
|
||||
EqOp(nopEq, (void)x)
|
||||
|
||||
#undef EqOp
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user