1 /* { dg-do compile } */
2 /* { dg-skip-if "FPU not available" { arc700 || arc6xx } } */
3 /* { dg-options "-s -std=gnu11 -O2 -frounding-math -mfpu=fpus_all" } */
5 const float a
, b
= 7.8539818525e01
;
7 /* Check if the fma operation is generated correctly. */
11 return (float)3.0 * b
+ a
;
13 /* { dg-final { scan-assembler "fsmadd" } } */