diff options
Diffstat (limited to 'math/s_fmaf.c')
-rw-r--r-- | math/s_fmaf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/s_fmaf.c b/math/s_fmaf.c index 401f0fc..f1ba0a0 100644 --- a/math/s_fmaf.c +++ b/math/s_fmaf.c @@ -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> |