diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-04-16 20:43:52 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2011-04-16 20:43:52 +0000 |
commit | 60fc0b7817a029455fc426b75ec8cf24860d1b06 (patch) | |
tree | cacea671a255f92c338716b221cc448ba3215e1f /sys/arch/armish/Makefile | |
parent | 908d0ab3600fdf5a128a3c1dfe814db088ad0c23 (diff) |
C99: "The nextafter functions return y if x equals y."
Therefore, in nextafter() and nextafterf():
- if(x==y) return x; /* x=y, return x */
- if(x==y) return y; /* x=y, return y */
This matters for negative zero inputs of x or y.
Diffstat (limited to 'sys/arch/armish/Makefile')
0 files changed, 0 insertions, 0 deletions