From 43091ad6c77c394b7fcff618eed187129b0457fe Mon Sep 17 00:00:00 2001 From: nsz Date: Mon, 5 Mar 2012 10:02:50 +0100 Subject: [PATCH 1/1] < nwmcsween> nsz libm.h slow -> large --- src/internal/libm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/libm.h b/src/internal/libm.h index 52ce084..13a4378 100644 --- a/src/internal/libm.h +++ b/src/internal/libm.h @@ -132,7 +132,7 @@ do { \ } while (0) /* fdlibm kernel functions */ -int __rem_pio2_slow(double*,double*,int,int,int); +int __rem_pio2_large(double*,double*,int,int,int); int __rem_pio2(double,double*); double __sin(double,double,int); -- 2.20.1