fix incorrect TLS reloc macro names in x86_64 reloc.h
[musl] / src / math / i386 / atanf.s
1 .global atanf
2 .type atanf,@function
3 atanf:
4         flds 4(%esp)
5         fld1
6         fpatan
7         ret