or1k: Update FPU to specify detect tininess before rounding
This was not defined in the spec and not consistent in the implementation causing incosistent behavior. After review we have updated the CPU implementations and proposed the spec be updated to specific that FPU tininess checks check for tininess before roudning. Architecture change draft: https://openrisc.io/proposals/p18-fpu-tininess libgcc/ChangeLog: * config/or1k/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING): Change to 0.
This commit is contained in:
parent
690180eb4b
commit
aa41680e48
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ do { \
|
|||
|
||||
#define __BYTE_ORDER __BIG_ENDIAN
|
||||
|
||||
#define _FP_TININESS_AFTER_ROUNDING 1
|
||||
#define _FP_TININESS_AFTER_ROUNDING 0
|
||||
|
||||
/* Define ALIASNAME as a strong alias for NAME. */
|
||||
# define strong_alias(name, aliasname) _strong_alias(name, aliasname)
|
||||
|
|
Loading…
Add table
Reference in a new issue