c204334b06
These are the same function for machines with binary floats (that is: all machines), but ldexp() is in libc rather than libm, so we can't just use an alias. We were using this duplicate copy of the code, but upstream FreeBSD has removed it, and I'd prefer to do the same. Longer term, we should just move all of libm into libc (but keep an empty libm for compatibility), but this is probably easier for now. Test: treehugger Change-Id: I1a1d6d4f1771316f791ad59c714a3a65aedefc81 |
||
---|---|---|
.. | ||
android/include | ||
lib/libc | ||
.clang-format | ||
README.md |
This directory contains upstream FreeBSD source. You should not edit these files directly. Make fixes upstream and then pull down the new version of the file.
TODO: write a script to make this process automated.