]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386.c (ix86_expand_round_sse4): Expand as trunc (a + copysign (nextafter (0.5, 0...
authorUros Bizjak <uros@gcc.gnu.org>
Sat, 20 Aug 2011 10:15:59 +0000 (12:15 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 20 Aug 2011 10:15:59 +0000 (12:15 +0200)
commit198cb1664a59ee3b71661952b471015af5edec2d
tree5e1bea9cbb1b316ebdd6ad33c12ba47f37420891
parentf47a61f332d35e1398e0864694b4156b5e502f82
i386.c (ix86_expand_round_sse4): Expand as trunc (a + copysign (nextafter (0.5, 0.0), a)).

* config/i386/i386.c (ix86_expand_round_sse4): Expand as
trunc (a + copysign (nextafter (0.5, 0.0), a)).

From-SVN: r177927
gcc/ChangeLog
gcc/config/i386/i386.c