The
logeqv
operator for int32 objects.
An int32 object or an integer of type
(signed-byte 32)
.
An int32 object or an integer of type
(signed-byte 32)
.
The function
int32-logeqv
is the bitwise logical operator for int32 objects which returns the complement of the 'exclusive or' of
x
and
y
.
See the section Fast 32-bit arithmetic for more information about the INT32 API.