summaryrefslogtreecommitdiff
path: root/tests/test-exp2.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-exp2.h')
-rw-r--r--tests/test-exp2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-exp2.h b/tests/test-exp2.h
index f174a77a3c..bd1df8cd77 100644
--- a/tests/test-exp2.h
+++ b/tests/test-exp2.h
@@ -35,7 +35,7 @@ test_function (void)
DOUBLE y = EXP2 (x);
ASSERT (y == L_(1.0));
}
- /* <http://sourceware.org/bugzilla/show_bug.cgi?id=13824> */
+ /* <https://sourceware.org/bugzilla/show_bug.cgi?id=13824> */
#if !(defined __linux__ && (defined __sparc__ || defined __powerpc__))
{
int e;
@@ -73,7 +73,7 @@ test_function (void)
#if defined __i386__ && defined __FreeBSD__
/* On FreeBSD/x86 6.4, the 'long double' type really has only 53 bits of
precision in the compiler but 64 bits of precision at runtime. See
- <http://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
+ <https://lists.gnu.org/archive/html/bug-gnulib/2008-07/msg00063.html>.
The compiler has truncated all 'long double' literals in exp2l.c to
53 bits of precision. */
L_(1350.0)