math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
authorSzabolcs Nagy <nsz@port70.net>
Mon, 7 Oct 2013 18:41:03 +0000 (18:41 +0000)
committerSzabolcs Nagy <nsz@port70.net>
Mon, 7 Oct 2013 18:41:03 +0000 (18:41 +0000)
commit4b539a826b64d846d02a6cde9d6bcff22472af88
tree0f67979124f09682a496c36ab85520528f72f983
parent551da2c1916e3166a0562ac6f2e76fd46781f3d7
math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf

this makes acosh slightly more precise around 1.0 on i386
src/math/acosh.c
src/math/acoshf.c