about summary refs log tree commit diff
path: root/src/math/lrint.c
Commit message (Expand)AuthorAgeFilesLines
* math: optimize lrint on 32bit targetsSzabolcs Nagy2019-09-271-1/+27
* math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy2012-11-131-0/+1
* make lrint and llrint functions work without fenv supportnsz2012-03-181-1/+1
* faster lrint and llrint functionsnsz2012-03-181-50/+37
* make fma and lrint functions build without full fenv supportRich Felker2012-03-161-0/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+56