about summary refs log tree commit diff
path: root/src/fenv/mipsn32
Commit message (Collapse)AuthorAgeFilesLines
* make arch __fesetround backends hiddenRich Felker2018-09-121-0/+1
| | | | | these are not public interfaces and do not match the public function, but delegate argument checking to it.
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-182-0/+73
based on patch submitted by Jaydeep Patil, with minor changes.