[SME] Add intrinsics for FCVT(wid.) and FCVTL (#93202)
According to the specification in https://github.com/ARM-software/acle/pull/309 this adds the intrinsics ``` svfloat32x2_t svcvt_f32[_f16_x2](svfloat16_t zn) __arm_streaming; svfloat32x2_t svcvtl_f32[_f16_x2](svfloat16_t zn) __arm_streaming; ``` These are available only if __ARM_FEATURE_SME_F16F16 is enabled. --------- Co-authored-by:Caroline Concatto <caroline.concatto@arm.com>
parent
23a09b99
Please register or sign in to comment