Function core::arch::aarch64::vbsl_f64

1.59.0 · source · []
pub unsafe fn vbsl_f64(
    a: uint64x1_t,
    b: float64x1_t,
    c: float64x1_t
) -> float64x1_t
Available on AArch64 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.