From: nsz Date: Mon, 5 Mar 2012 09:02:50 +0000 (+0100) Subject: < nwmcsween> nsz libm.h slow -> large X-Git-Url: http://nsz.repo.hu/git/?p=libm;a=commitdiff_plain;h=43091ad6c77c394b7fcff618eed187129b0457fe < nwmcsween> nsz libm.h slow -> large --- 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);