]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_fmaf.c
ia64: Regenerate ulps
[thirdparty/glibc.git] / math / s_fmaf.c
index 401f0fc5aef56038b70e03e1f2ef1216bbbdeec5..c4bf3a2485182903fce2b6300f245036f0e36155 100644 (file)
@@ -1,5 +1,5 @@
 /* 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.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -16,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>