diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-08-16 17:32:30 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-08-16 17:32:30 -0400 |
commit | 63893d3ff1f9383ba3ce63a19b7de74ace319d77 (patch) | |
tree | dcb9dc2c8ca8b003983df9238ebac6d1dd995301 /src/math/armhf/sqrt.sub | |
parent | 4918c2bb206bfaaf5a1f7d3448c2f63d5e2b7d56 (diff) | |
download | musl-63893d3ff1f9383ba3ce63a19b7de74ace319d77.tar.gz |
some initial math asm for armhf (fabs[f] and sqrt[f])
Diffstat (limited to 'src/math/armhf/sqrt.sub')
-rw-r--r-- | src/math/armhf/sqrt.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/math/armhf/sqrt.sub b/src/math/armhf/sqrt.sub new file mode 100644 index 00000000..25de7cfa --- /dev/null +++ b/src/math/armhf/sqrt.sub @@ -0,0 +1 @@ +sqrt.s |