blob: 1fca1100cf0d5a3f02c39e43bbd88bdc0dddc5eb [file] [log] [blame]
/* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
/* { dg-require-effective-target arm_softfp_ok } */
/* { dg-add-options arm_v8_1m_mve_fp } */
/* { dg-additional-options "-mfloat-abi=softfp" } */
#include "arm_mve.h"
int8x16_t
foo1 (int8x16_t value)
{
int8x16_t b = value;
return b;
}
/* { dg-final { scan-assembler "\.fpu fpv5-sp-d16" } } */