about summary refs log tree commit diff
path: root/src/fenv/armhf/fenv.s
Commit message (Expand)AuthorAgeFilesLines
* switch arm, sh, and mips fenv asm from .sub system to .S filesRich Felker2016-01-201-65/+0
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* use vfp mnemonics instead of p10 coprocessor ones in armhf fenv asmSzabolcs Nagy2015-11-051-10/+10
* declare fpu usage to the assembler in arm hard-float asm filesSzabolcs Nagy2015-10-191-0/+2
* simplify armhf fesetenvSzabolcs Nagy2015-02-081-1/+0
* fix fenv exception functions to mask their argumentSzabolcs Nagy2013-08-181-3/+6
* support floating point environment (fenv) on armhf (hard float) subarchsRich Felker2013-08-161-0/+60