blob: 898c74bfba43c292c5592bbb04cc9064ab265e16 [file] [log] [blame]
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
/* { dg-add-options arm_v8_1m_mve_fp } */
/* { dg-additional-options "-O2" } */
#include "arm_mve.h"
float32x4_t
foo (int32x4_t a)
{
return vcvtq_f32_s32 (a);
}
/* { dg-final { scan-assembler "vcvt.f32.s32" } } */