(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
mve/
intrinsics/
mve_fp_fpu2.c
       1  /* { dg-require-effective-target arm_v8_1m_mve_fp_ok } */
       2  /* { dg-require-effective-target arm_softfp_ok } */
       3  /* { dg-add-options arm_v8_1m_mve_fp } */
       4  /* { dg-additional-options "-mfloat-abi=softfp" } */
       5  
       6  #include "arm_mve.h"
       7  
       8  int8x16_t
       9  foo1 (int8x16_t value)
      10  {
      11    int8x16_t b = value;
      12    return b;
      13  }
      14  
      15  /* { dg-final { scan-assembler "\.fpu fpv5-sp-d16" }  } */