On 30/11/2022 22:12, Richard Henderson wrote:
On 11/30/22 02:04, Mark Cave-Ayland wrote:+ * - eqv_i32/i64 *t0*, *t1*, *t2* + + - | *t0* = ~(*t1* ^ *t2*), or equivalently, *t0* = *t1* & ~\ *t2*t1 ^ ~t2 The only typo I saw, fixed while queuing.
Ooops! Thanks for spotting and fixing. ATB, Mark.