English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/toolchain/uClibc/patches/patch-libm_float_wrappers_c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3438 - (show annotations) (download)
Wed Aug 8 11:19:58 2007 UTC (6 years, 6 months ago) by tg
File size: 944 byte(s)
try to cleanup botched commit; svn sucks even worse than cvs in this regard
1 $FreeWRT$
2 --- uClibc-0.9.28.orig/libm/float_wrappers.c 2005-08-18 00:49:41.000000000 +0200
3 +++ uClibc-0.9.28/libm/float_wrappers.c 2007-07-24 16:31:10.000000000 +0200
4 @@ -39,7 +39,6 @@ float log2f(float);
5 long lrintf(float);
6 float nexttowardf(float, long double);
7 float remquof(float, float, int *);
8 -float roundf(float);
9 float scalblnf(float, long);
10 float truncf(float);
11 float tgammaf(float);
12 @@ -81,6 +80,7 @@ float nextafterf(float, float);
13 float powf(float, float);
14 float remainderf(float, float);
15 float rintf(float);
16 +float roundf(float);
17 float scalbnf(float, int);
18 float sinf(float);
19 float sinhf(float);
20 @@ -477,7 +477,6 @@ float rintf (float x)
21 #endif
22
23
24 -#if 0
25 #ifdef L_roundf
26 float roundf (float x)
27 {
28 @@ -486,6 +485,7 @@ float roundf (float x)
29 #endif
30
31
32 +#if 0
33 #ifdef L_scalblnf
34 float scalblnf (float x, long exp)
35 {

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20