Vocabularymath.vectorsInputsOutputsWord descriptionCompares each corresponding element of
u and
v, returning
t in the result vector when the former is greater than or equal to the latter 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