From 72ab1eaec7e46cdb6c4f37fb687a7a593f93020a Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 1 Dec 2021 10:37:44 -0300 Subject: math: Add math-use-builtinds-fmax.h It allows the architecture to use the builtin instead of generic implementation. --- sysdeps/generic/math-use-builtins.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/generic/math-use-builtins.h') diff --git a/sysdeps/generic/math-use-builtins.h b/sysdeps/generic/math-use-builtins.h index 19d2d1cf3c..e07bba242f 100644 --- a/sysdeps/generic/math-use-builtins.h +++ b/sysdeps/generic/math-use-builtins.h @@ -34,5 +34,6 @@ #include #include #include +#include #endif /* MATH_USE_BUILTINS_H */ -- cgit 1.4.1