shithub: riscv

ref: 29fee6a8edab12acceea7bc54e30979477d6a6f7
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