]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/libm-test-frexp.inc
Add narrowing fma functions
[thirdparty/glibc.git] / math / libm-test-frexp.inc
index bfc80df87c4f6880fd105deccbeee3c277fe5007..f748d2e68d1487d8a0ac0a2e4c17c4056bfd2c4d 100644 (file)
@@ -1,5 +1,5 @@
 /* Test frexp.
-   Copyright (C) 1997-2017 Free Software Foundation, Inc.
+   Copyright (C) 1997-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -14,7 +14,9 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
+
+#include "libm-test-driver.c"
 
 static const struct test_f_f1_data frexp_test_data[] =
   {
@@ -81,6 +83,12 @@ frexp_test (void)
   ALL_RM_TEST (frexp, 1, frexp_test_data, RUN_TEST_LOOP_fI_f1, END, x);
 }
 
+static void
+do_test (void)
+{
+  frexp_test ();
+}
+
 /*
  * Local Variables:
  * mode:c