Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lround: provide cast for wordsize-64 version if needed | Chris Metcalf | 2015-01-05 | 1 | -0/+4 |
| | | | | | | | | | Platforms with 64-bit registers where 32-bit values need to have the high 32 bits set in a particular way need to have an explicit cast when using the 64-bit sysdeps/ieee754/dbl-64/wordsize-64 version of llround() as lround(). This includes tilegx32, and likely MIPS. x32 does not need this, and AArch64 ILP32 will not either. Require it to be specified in sysdep.h to be explicit. | ||||
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | Add sysdeps/x86_64/x32/sysdep.h | H.J. Lu | 2012-05-15 | 1 | -0/+92 |