| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Reported by: ian@
|
|
|
|
|
|
|
| |
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.
|
|
The floating point functions are here rather than compiler-rt because the
libc softfloat code allows us to set the rounding mode.
|