Adhemerval Zanella
60c414c346
PowerPC: remove branch prediction from rint implementation
...
The branch prediction hints is actually hurts performance in this case.
The assembly implementation make two assumptions: 1. 'fabs (x) < 2^52'
is unlikely and 2. 'x > 0.0' is unlike (if 1. is true). Since it a
general floating point function, expected input is not bounded and then
it is better to let the hardware handle the branches.
2013-04-01 06:36:51 -05:00
..
2013-03-15 19:06:02 +01:00
2013-03-28 09:52:48 -03:00
2013-03-29 16:53:05 +05:30
2013-04-01 06:36:51 -05:00
2013-04-01 06:36:51 -05:00
2013-01-02 19:05:09 +00:00
2012-10-09 15:41:30 -07:00
2004-05-28 21:19:35 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-03-01 22:53:27 +00:00
2013-01-02 19:05:09 +00:00
2012-03-28 09:25:31 +02:00
2013-03-08 11:07:15 -03:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2011-12-17 20:32:59 -05:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2012-11-01 18:02:41 -05:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2012-03-28 09:25:31 +02:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2013-01-02 19:05:09 +00:00
2012-07-19 17:04:04 -03:00
2013-01-02 19:05:09 +00:00
2004-02-14 05:16:57 +00:00