mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
math: long double fix (use ldshape union)
* use new ldshape union consistently * add ld128 support to frexpl * simplify sqrtl comment (ld64 is not just arm)
This commit is contained in:
@ -2,8 +2,6 @@
|
||||
|
||||
long double sqrtl(long double x)
|
||||
{
|
||||
/* FIXME: implement sqrtl in C. At least this works for now on
|
||||
* ARM (which uses ld64), the only arch without sqrtl asm
|
||||
* that's supported so far. */
|
||||
/* FIXME: implement in C, this is for LDBL_MANT_DIG == 64 only */
|
||||
return sqrt(x);
|
||||
}
|
||||
|
Reference in New Issue
Block a user