mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-04 05:20:26 +08:00
282445a10e
A lot of the Arm FP routines check for the availability of floating point by way of `(__ARM_FP & 0x4)`. However some do not. This patch remedies this.