add FORCE_EVAL macro to evaluate float expr for their side effect
authornsz <nsz@port70.net>
Sun, 6 May 2012 19:24:28 +0000 (21:24 +0200)
committernsz <nsz@port70.net>
Sun, 6 May 2012 19:24:28 +0000 (21:24 +0200)
commit6ab8136b4477fd75381c06fa0e7fa93c89c712a1
treefea8ff7bf34e2a41e797528571d62097413b3685
parent4e597feef0595caefa39ab43c813734a1244fa84
add FORCE_EVAL macro to evaluate float expr for their side effect
updated nextafter* to use FORCE_EVAL, it can be used in many other
places in the math code to improve readability.
src/internal/libm.h
src/math/nextafter.c
src/math/nextafterf.c
src/math/nextafterl.c
src/math/nexttoward.c
src/math/nexttowardf.c