Vocabularymath.
vectorsInputsOutputsWord descriptionCompares each corresponding element of
u and
v, returning
t in the result vector when they are equal or
f otherwise.
NotesSee
Componentwise logic with SIMD vectors for notes on dealing with vector boolean results when using SIMD types.
See alsov<,
v<=,
v>,
v>=,
vunordered?,
vand,
vor,
vxor,
vnot,
vany?,
vall?,
vnone?,
v?DefinitionMethods