Modules
Enums
- Floating point comparison operation
Traits
Functions
- Performs
which
scalar operation onleft
andright
and returns the result. - Performs
which
operation on each component ofleft
andright
, storing the result is stored indest
. - Performs
which
operation on the first component ofleft
andright
and copies the other components fromleft
. The result is stored indest
. - Horizontaly performs
which
operation on adjacent values ofleft
andright
SIMD vectors and stores the result indest
.