about summary refs log tree commit diff
path: root/sysdeps/s390/fpu/s_roundevenf.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
|
* S390: Use load-fp-integer instruction for roundeven functions.Stefan Liebler2019-12-111-0/+38
If compiled with z196 zarch support, the load-fp-integer instruction is used to implement roundeven, roundevenf, roundevenl. Otherwise the common-code implementation is used.