comparison gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-options "-Ofast -fdump-tree-optimized" } */ 2 /* { dg-options "-Ofast -fdump-tree-optimized" } */
3 /* { dg-additional-options "-fcompare-debug" { target { ! powerpc-ibm-aix* } } } */
3 4
4 float 5 float
5 foo (float a) 6 foo (float a)
6 { 7 {
7 float tmp = 1.0f / __builtin_sqrtf (a); 8 float tmp = 1.0f / __builtin_sqrtf (a);