summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/i386/tan.S
blob: 4904c2d598a8352a70d830a53a9204ebd0df56ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12

.text
.type   tan,@function
.global tan
tan:
        fldl    4(%esp)
        fsincos
        fdivrp
        ret

.Lende:
.size    tan,.Lende-tan