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.
Add code to check whether bits of S which don't get shifted into R are non-zero, and set X if they are, so that rounding in multiply-add instructions works correctly. This needs to be done after normalization in the case of very small results, where potentially all the non-zero bits in S do get shifted into R. Also fix an incorrect test case, and add another multiply-add test case. Signed-off-by: Paul Mackerras <paulus@ozlabs.org> |
4 weeks ago | |
|---|---|---|
| .. | ||
| Makefile | 5 years ago | |
| fpu.c | 4 weeks ago | |
| head.S | 5 years ago | |
| powerpc.lds | 5 years ago | |