2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / epiphany / fcmp-1.c
blobd935eb4e909ba153c5b9aeadbed0672efe40e1f3
1 /* { dg-options "-Ofast -mno-soft-cmpsf" } */
3 #if 0
4 #include <math.h>
5 #else
6 extern float fminf (float, float);
7 #endif
8 void test(int a, float *b, int n)
10 if (n < 10) {
11 *b = a*fminf(0.0,1.0*a);