1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +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

@@ -28,4 +28,5 @@ fegetround (void)
return 0;
#endif
}
libm_hidden_def (fegetround)
stub_warning (fegetround)