You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
With the multiply-add instructions, it is possible to get into state FMADD_6 with R containing a value >= 8.0. If the value is exactly 8.0, the logic will incorrectly conclude that the result is zero because it only tests bits up to UNIT_BIT + 2. Fix this by testing up to UNIT_BIT + 3, and add a test case to the FPU test that triggers this situation. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> |
2 weeks ago | |
|---|---|---|
| .. | ||
| Makefile | 5 years ago | |
| fpu.c | 2 weeks ago | |
| head.S | 5 years ago | |
| powerpc.lds | 5 years ago | |