summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1841592
blob: 79a27eb372d9a77b135a84f1359ee4af77ff7962 (plain) (blame)
1
2
3
4
5
6
7
8
9
ppc: softfloat float implementation issues

Per bug #1841491, Richard Henderson (rth) said:
> The float test failure is part of a larger problem for target/powerpc in which all float 
> routines are implemented incorrectly. They are all implemented as double operations with
> rounding to float as a second step. Which not only produces incorrect exceptions, as in
> this case, but incorrect > numerical results from the double rounding.
> 
> This should probably be split to a separate bug...