]> git.ipfire.org Git - thirdparty/gcc.git/commit
real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to be specif...
authorBrooks Moses <brooks.moses@codesourcery.com>
Wed, 25 Apr 2007 02:12:47 +0000 (02:12 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Wed, 25 Apr 2007 02:12:47 +0000 (19:12 -0700)
commit205a4d09cae7765310f0a6ae45d4fbde41af1571
treedb634c5069c7518a31fd69e68bc5446671f7df2a
parentdf80379db8bcba55301b23d560e42a98e9e79130
real.c (mpfr_from_real): Handle Inf and NaN, and allow the rounding mode to be specified by the caller.

* real.c (mpfr_from_real): Handle Inf and NaN, and allow the
rounding mode to be specified by the caller.
(real_to_mpfr) Likewise.
* real.h: Update mpfr_from_real, mpfr_to_real prototypes to
include new arguments.
* builtins.c: Update mpfr_from_real, mpfr_to_real calls.

From-SVN: r124139
gcc/ChangeLog
gcc/builtins.c
gcc/real.c
gcc/real.h