some initial math asm for armhf (fabs[f] and sqrt[f])
authorRich Felker <dalias@aerifal.cx>
Fri, 16 Aug 2013 21:32:30 +0000 (17:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 16 Aug 2013 21:32:30 +0000 (17:32 -0400)
commit63893d3ff1f9383ba3ce63a19b7de74ace319d77
treedcb9dc2c8ca8b003983df9238ebac6d1dd995301
parent4918c2bb206bfaaf5a1f7d3448c2f63d5e2b7d56
some initial math asm for armhf (fabs[f] and sqrt[f])
12 files changed:
src/math/armebhf/fabs.sub [new file with mode: 0644]
src/math/armebhf/fabsf.sub [new file with mode: 0644]
src/math/armebhf/sqrt.sub [new file with mode: 0644]
src/math/armebhf/sqrtf.sub [new file with mode: 0644]
src/math/armhf/fabs.s [new file with mode: 0644]
src/math/armhf/fabs.sub [new file with mode: 0644]
src/math/armhf/fabsf.s [new file with mode: 0644]
src/math/armhf/fabsf.sub [new file with mode: 0644]
src/math/armhf/sqrt.s [new file with mode: 0644]
src/math/armhf/sqrt.sub [new file with mode: 0644]
src/math/armhf/sqrtf.s [new file with mode: 0644]
src/math/armhf/sqrtf.sub [new file with mode: 0644]