aboutsummaryrefslogtreecommitdiff
path: root/src/math/armhf (follow)
Commit message (Expand)AuthorAgeFilesLines
* declare fpu usage to the assembler in arm hard-float asm files•••Some armhf gcc toolchains (built with --with-float=hard but without --with-fpu=vfp*) do not pass -mfpu=vfp to the assembler and then binutils rejects the UAL mnemonics for VFP unless there is an .fpu vfp directive in the asm source. Szabolcs Nagy2015-10-194-0/+4
* some initial math asm for armhf (fabs[f] and sqrt[f])Rich Felker2013-08-168-0/+28