public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* Re: round is const function
  2003-01-13  4:59 round is const function Andreas Jaeger
@ 2003-01-13  4:59 ` Ulrich Drepper
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Drepper @ 2003-01-13  4:59 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: GNU libc hacker

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andreas Jaeger wrote:
> round is a const function, ok to commit the appended patch?

Yes.

- -- 
- --------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+Ibw82ijCOnn/RHQRApdEAJ9aIIY7Yn0HkjcipD1Xjjp20vfucACgs+i7
0bB1O3VWELq9Mv4yBNJ0AJQ=
=gopH
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

* round is const function
@ 2003-01-13  4:59 Andreas Jaeger
  2003-01-13  4:59 ` Ulrich Drepper
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2003-01-13  4:59 UTC (permalink / raw)
  To: GNU libc hacker


round is a const function, ok to commit the appended patch?

Andreas

2003-01-12  Andreas Jaeger  <aj@suse.de>

	* math/bits/mathcalls.h: Round is a const function.

============================================================
Index: math/bits/mathcalls.h
--- math/bits/mathcalls.h	28 Aug 2002 08:01:09 -0000	1.19
+++ math/bits/mathcalls.h	12 Jan 2003 12:37:28 -0000
@@ -307,7 +307,7 @@ __MATHCALL (nearbyint,, (_Mdouble_ __x))
 
 /* Round X to nearest integral value, rounding halfway cases away from
    zero.  */
-__MATHCALL (round,, (_Mdouble_ __x));
+__MATHCALLX (round,, (_Mdouble_ __x), (__const__));
 
 /* Round X to the integral value in floating-point format nearest but
    not larger in magnitude.  */

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-12 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-13  4:59 round is const function Andreas Jaeger
2003-01-13  4:59 ` Ulrich Drepper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).