[AArch64] SVE tests
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fmovd.c
blobc50e74e3f1305c520a3a959eb1eef154817ab6af
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 void
5 foo (double *output)
7 *output = 4.25;
10 /* { dg-final { scan-assembler "fmov\\td\[0-9\]+, 4\\.25" } } */