]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_fmaf.c
ia64: Regenerate ulps
[thirdparty/glibc.git] / math / s_fmaf.c
index 0da3b9a2827cf0131b1d6bc9d6d4b734ae699580..c4bf3a2485182903fce2b6300f245036f0e36155 100644 (file)
@@ -1,7 +1,6 @@
 /* Compute x * y + z as ternary operation.
-   Copyright (C) 1997-2021 Free Software Foundation, Inc.
+   Copyright (C) 1997-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -17,6 +16,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
+#define NO_MATH_REDIRECT
 #include <math.h>
 #include <libm-alias-float.h>