+2024-04-05 Bruno Haible <bruno@clisp.org>
+
+ expl tests: Avoid test failure on NetBSD 10.0/i386.
+ * tests/test-exp.h (test_function): Allow more deviation on NetBSD/i386.
+
2024-04-03 Pádraig Brady <P@draigBrady.com>
quotearg: fix shell-escape quoting with single quotes
/* Test of exp*() function family.
- Copyright (C) 2012-2023 Free Software Foundation, Inc.
+ Copyright (C) 2012-2024 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
/* Error bound, in ulps. */
const DOUBLE err_bound =
(sizeof (DOUBLE) > sizeof (double) ?
-#if defined __i386__ && defined __FreeBSD__
+#if defined __i386__ && defined __NetBSD__
+ L_(25000.0)
+#elif defined __i386__ && defined __FreeBSD__
L_(2400.0)
#else
L_(24.0)