Function core::arch::arm::vbsl_s8[][src]

pub unsafe fn vbsl_s8(a: uint8x8_t, b: int8x8_t, c: int8x8_t) -> int8x8_t
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on ARM and target feature neon only.
Expand description

Bitwise Select instructions. This instruction sets each bit in the destination SIMD&FP register to the corresponding bit from the first source SIMD&FP register when the original destination bit was 1, otherwise from the second source SIMD&FP register. Bitwise Select.