Anyone else notice __ieee754_sqrt() is missing from libm.a?
Posted: Mon Apr 20, 2015 3:43 am
It is used by sqrt(), which in turn is used by pow(), which I'd like to use.
Just an fyi, sqrtf() and powf() work, because __ieee_sqrtf() is in there (the single precision float versions).
Just to see if its in a newer library, i've even looked at libm.a from the recently released Arduino build environment.
Any pointers are appreciated.
/Kevin
Just an fyi, sqrtf() and powf() work, because __ieee_sqrtf() is in there (the single precision float versions).
Just to see if its in a newer library, i've even looked at libm.a from the recently released Arduino build environment.
Any pointers are appreciated.
/Kevin