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-29 16:53:05 +05:30
2012-10-09 15:41:30 -07:00
2004-05-28 21:19:35 +00:00
2012-03-28 09:25:31 +02:00
2004-02-14 05:16:57 +00:00