comparison gcc/testsuite/c-c++-common/torture/complex-sign-mixed-div.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
18 } while (0) 18 } while (0)
19 19
20 void 20 void
21 check_div_float (void) 21 check_div_float (void)
22 { 22 {
23 #ifndef __SPU__
24 CHECK_DIV (float, __builtin_copysignf, 0.0f, 0.0if, 1.0f); 23 CHECK_DIV (float, __builtin_copysignf, 0.0f, 0.0if, 1.0f);
25 #endif
26 } 24 }
27 25
28 void 26 void
29 check_div_double (void) 27 check_div_double (void)
30 { 28 {