mirror of https://git.musl-libc.org/git/musl
Browse Source
Some long double consts were stored in two doubles as a workaround for x86_64 and i386 with the following comment: /* Long double constants are slow on these arches, and broken on i386. */ This is most likely old gcc bug related to the default x87 fpu precision setting (it's double instead of double extended on BSD).rs-1.0
6 changed files with 2 additions and 79 deletions
Loading…
Reference in new issue