]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/s_fmaf.c
Redirect fma calls to __fma in libm
[thirdparty/glibc.git] / math / s_fmaf.c
index 401f0fc5aef56038b70e03e1f2ef1216bbbdeec5..f1ba0a0c49c231a1b17f57173feb7403a2121e8a 100644 (file)
@@ -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>