vcvt_f16_f32
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Neon | float16x4_t | vcvt_f16_f32 | (float32x4_t a) | Data type conversion / Conversions | |
Description Floating-point Convert to lower precision Narrow (vector). This instruction reads each vector element in the SIMD&FP source register, converts each result to half the precision of the source element, writes the final result to a vector, and writes the vector to the lower or upper half of the destination SIMD&FP register. The destination vector elements are half as long as the source vector elements. The rounding mode is determined by the FPCR. Results Vd.4H result This intrinsic compiles to the following instructions: FCVTN Argument Preparation a register: Vn.4S Architectures v7, A32, A64 Operation |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.