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:
Adhemerval Zanella 2021-04-05 10:03:12 -03:00
parent 1d64e962ab
commit 52c512bc56
2 changed files with 3 additions and 4 deletions

View File

@ -105,7 +105,7 @@ fRem = f13
.section .text
GLOBAL_LIBM_ENTRY(roundf)
GLOBAL_LIBM_ENTRY(__roundf)
{ .mfi
getf.exp rSignexp = f8 // Get signexp, recompute if unorm
@ -230,5 +230,5 @@ ROUND_UNORM:
}
;;
GLOBAL_LIBM_END(roundf)
libm_alias_float_other (round, round)
GLOBAL_LIBM_END(__roundf)
libm_alias_float (__round, round)

View File

@ -1 +0,0 @@
/* Not needed. */