Home | History | Annotate | Download | only in include

Lines Matching defs:vcvtq_f32_s32

1744 float32x4_t vcvtq_f32_s32(int32x4_t a); // VCVT.F32.S32 q0, q0
12789 float32x4_t vcvtq_f32_s32(int32x4_t a); // VCVT.F32.S32 q0, q0
12790 #define vcvtq_f32_s32(a) _mm_cvtepi32_ps(a)