aboutsummaryrefslogtreecommitdiff
path: root/lib/libm/ef_sqrt.c
AgeCommit message (Collapse)Author
2020-04-18all: Fix implicit conversion from double to float.stijn
These are found when building with -Wfloat-conversion.
2015-12-18lib/libm: Allow math funcs to be used by non-Thumb archs.Damien George
Requires addition of software implementation of sqrtf function.