(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
options_set_23.c
       1  /* { dg-do compile } */
       2  /* { dg-additional-options "-march=armv8.4-a+fp16fml+fp" } */
       3  
       4  int main ()
       5  {
       6    return 0;
       7  }
       8  
       9  /* { dg-final { scan-assembler {\.arch armv8\.4-a\+crc\+fp16} } } */
      10  
      11   /* fp16 smallest set to emit.  */