diff options
author | nsz <nsz@port70.net> | 2012-03-19 22:57:58 +0100 |
---|---|---|
committer | nsz <nsz@port70.net> | 2012-03-19 22:57:58 +0100 |
commit | 2786c7d21611b9fa3b2fe356542cf213e7dd0ba4 (patch) | |
tree | b3954e9cec7580f5dc851491d3b60d808aae4259 /src/math/fmodf.c | |
parent | fix long double const workaround in cbrtl (diff) | |
download | grovel-2786c7d21611b9fa3b2fe356542cf213e7dd0ba4.tar.gz grovel-2786c7d21611b9fa3b2fe356542cf213e7dd0ba4.tar.xz |
use scalbn or *2.0 instead of ldexp, fix fmal
Some code assumed ldexp(x, 1) is faster than 2.0*x,
but ldexp is a wrapper around scalbn which uses
multiplications inside, so this optimization is
wrong.
This commit also fixes fmal which accidentally
used ldexp instead of ldexpl loosing precision.
There are various additional changes from the
work-in-progress const cleanups.
Diffstat (limited to 'src/math/fmodf.c')
0 files changed, 0 insertions, 0 deletions