1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).

This commit is contained in:
Joseph Myers
2013-11-28 16:50:38 +00:00
parent 5a4c6d53f5
commit 3c1c46a64a
31 changed files with 110 additions and 5 deletions

View File

@ -27,3 +27,4 @@ fegetround (void)
return tmp & __FE_ROUND_MASK;
}
libm_hidden_def (fegetround)