Parameters
x
y
Return value
Returns the logical ORNOT of the two parameters following the logical operations semantic.
The call `logical_ornot(x, y)` is semantically equivalent to `x || !y` if `x` or `y` is an [simd value](@ref eve::simd_value) and does not shortcut.