comparison gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
27 } while (0) 27 } while (0)
28 28
29 void 29 void
30 check_add_float (void) 30 check_add_float (void)
31 { 31 {
32 #ifndef __SPU__
33 CHECK_ADD (float, __builtin_copysignf, 0.0f, 0.0if); 32 CHECK_ADD (float, __builtin_copysignf, 0.0f, 0.0if);
34 #endif
35 } 33 }
36 34
37 void 35 void
38 check_add_double (void) 36 check_add_double (void)
39 { 37 {