Function core::core_arch::arm_shared::neon::vdupq_n_f32_vfp4

1.59.0 · source ·
unsafe fn vdupq_n_f32_vfp4(value: f32) -> float32x4_t
Available with target feature neon only.
Expand description

Duplicate vector element to vector or scalar

Private vfp4 version used by FMA intriniscs because LLVM does not inline the non-vfp4 version in vfp4 functions.