systems-nuts / musl-stack-reloc

A clone of https://www.musl-libc.org/ with support for stack relocation (before libc start)
Other
0 stars 0 forks source link

[bugfix] Converted long double to double in `frexpl`. #4

Closed blackgeorge-boom closed 2 years ago

blackgeorge-boom commented 2 years ago

This is to avoid calls to libgcc soft-fp with which we are binary incompatible.