SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumfloat32x4_t[__arm_]vcvttq_f32_f16(float16x8_t a)Data type conversion / Conversions
Description
Convert between half-precision and single-precision floating-point values in elements of a vector register. For half-precision to single-precision operation, the top half (T variant) or bottom half (B variant) of the source vector register is selected. For single-precision to half-precision operation, the top half (T variant) or bottom half (B variant) of the destination vector register is selected and the other half retains its previous value.
Results
Qd result
This intrinsic compiles to the following instructions:

VCVTT.F32.F16 Qd,Qm

Argument Preparation
a register: Qm
Architectures
MVE