summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/aeabi/aeabi_float.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the __aeabi_c*cmp* functions. These are similar to theandrew2014-10-141-0/+25
| | | | | | | | | existing functions with the exception they use the condition flags to store the result. Differential Revision: https://reviews.freebsd.org/D872 Silence from: current@ and numerics@ MFC after: 1 week
* Fix the spelling of function.andrew2014-03-161-1/+1
| | | | Reported by: ian@
* Add an optimised version of the float and double helper functions. Theseandrew2014-03-161-62/+37
| | | | | | | are only used on armv6 when the vfp unit is detected. They will also be available for the upcoming armv6hf platform, however while not used by default there will need to be defined for any software that calls them directly.
* Add the required __aeabi_* functions to libc.andrew2013-01-191-0/+101
The floating point functions are here rather than compiler-rt because the libc softfloat code allows us to set the rounding mode.
OpenPOWER on IntegriCloud