diff options
author | Szabolcs Nagy <nsz@port70.net> | 2012-12-12 00:16:32 +0100 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2012-12-12 00:16:32 +0100 |
commit | 1384ad5f33ff0a4bb3e52eb3aa7e6f2536148e04 (patch) | |
tree | c9956c2321b6710f968dcbae281ec685ca01a632 /src/math/x86_64/__invtrigl.s | |
parent | b12a73d5bf595b7fbb73db30c6bb144078e86ef5 (diff) | |
download | musl-1384ad5f33ff0a4bb3e52eb3aa7e6f2536148e04.tar.gz |
math: add empty __invtrigl.s to i386 and x86_64
__invtrigl is not needed when acosl, asinl, atanl have asm
implementations
Diffstat (limited to 'src/math/x86_64/__invtrigl.s')
-rw-r--r-- | src/math/x86_64/__invtrigl.s | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/math/x86_64/__invtrigl.s b/src/math/x86_64/__invtrigl.s new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/src/math/x86_64/__invtrigl.s |