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