From 447954a206837b5f153869cfeeeab44631c3fac9 Mon Sep 17 00:00:00 2001 From: Shen-Ta Hsieh Date: Mon, 24 May 2021 09:43:10 +0800 Subject: math: redirect roundeven function This patch redirect roundeven function for futhermore changes. Signed-off-by: Shen-Ta Hsieh Reviewed-by: H.J. Lu --- sysdeps/ieee754/ldbl-128/s_roundevenl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/ieee754/ldbl-128') diff --git a/sysdeps/ieee754/ldbl-128/s_roundevenl.c b/sysdeps/ieee754/ldbl-128/s_roundevenl.c index 02765be0e0..7c9c11fad2 100644 --- a/sysdeps/ieee754/ldbl-128/s_roundevenl.c +++ b/sysdeps/ieee754/ldbl-128/s_roundevenl.c @@ -17,6 +17,7 @@ License along with the GNU C Library; if not, see . */ +#define NO_MATH_REDIRECT #include #include #include -- cgit 1.4.1