shithub: riscv

ref: 6c5e9f73197f0e6bfc59119541312a1d281133b2
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