mirror of git://sourceware.org/git/glibc.git
ia64: Fix build after 9acda61d94
The j0f/j1f/y0f/y1f now uses __inv_pio4 and call roundf (which turns to __roundf on ia64).
This commit is contained in:
parent
1d64e962ab
commit
52c512bc56
|
|
@ -105,7 +105,7 @@ fRem = f13
|
||||||
|
|
||||||
|
|
||||||
.section .text
|
.section .text
|
||||||
GLOBAL_LIBM_ENTRY(roundf)
|
GLOBAL_LIBM_ENTRY(__roundf)
|
||||||
|
|
||||||
{ .mfi
|
{ .mfi
|
||||||
getf.exp rSignexp = f8 // Get signexp, recompute if unorm
|
getf.exp rSignexp = f8 // Get signexp, recompute if unorm
|
||||||
|
|
@ -230,5 +230,5 @@ ROUND_UNORM:
|
||||||
}
|
}
|
||||||
;;
|
;;
|
||||||
|
|
||||||
GLOBAL_LIBM_END(roundf)
|
GLOBAL_LIBM_END(__roundf)
|
||||||
libm_alias_float_other (round, round)
|
libm_alias_float (__round, round)
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
/* Not needed. */
|
|
||||||
Loading…
Reference in New Issue