(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
feature-fp16fml-backport.c
       1  /* { dg-do compile } */
       2  /* { dg-additional-options "-march=armv8-a+fp16fml" } */
       3  
       4  #include <arm_neon.h>
       5  
       6  float32x4_t bar (float32x4_t r, float16x8_t a, float16x8_t b) {
       7          return vfmlalq_high_f16 (r, a, b);
       8  }
       9  
      10  /* { dg-final { scan-assembler {\tfmlal2\t} } } */