shithub: riscv

ref: 3c53420eaeeeb4a0f388d706488097e97f01632d
dir: /sys/src/libc/386/387/tan.s/

View raw version
TEXT	tan(SB), $0
	FMOVD	a+0(FP), F0
	FPTAN
	FMOVDP	F0, F0		/* get rid of extra 1.0 */
	RET