Vocabularymath.
vectorsInputsOutputsWord descriptionTakes the logical AND-NOT of each corresponding element of
u and
v, where
x AND-NOT y is defined as
NOT(x) AND y.
NotesSee
Componentwise logic with SIMD vectors for notes on dealing with vector boolean inputs and results when using SIMD types.
DefinitionMethods