summary refs log tree commit diff stats
path: root/results/classifier/mode-gemma3:12b/system/1841592
blob: e0c4da7935affe59c3cc8ec1bc7c29003d6e7b40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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...