diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-03-07 20:28:26 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2005-03-07 20:28:26 +0000 |
| commit | 3ddc6e944072bcaa925874b9f8c3d786eb789edb (patch) | |
| tree | d967af585f66b4e5f5c0e6ae31e9c1bdda2ab2ce /lib | |
| parent | cf01c54cdaac695f91da9962414b8aca2ad2c9a4 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/msun/src/s_rint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/msun/src/s_rint.c b/lib/msun/src/s_rint.c index f28a80da0780..9a2b42e96e99 100644 --- a/lib/msun/src/s_rint.c +++ b/lib/msun/src/s_rint.c @@ -31,8 +31,7 @@ static char rcsid[] = "$FreeBSD$"; * TWO23 is long double instead of double to avoid a bug in gcc. Without * this, gcc thinks that TWO23[sx]+x and w-TWO23[sx] already have double * precision and doesn't clip them to double precision when they are - * assigned and returned. Use long double even in the !__STDC__ case in - * case this is compiled with gcc -traditional. + * assigned and returned. */ static const long double TWO52[2]={ |
