shithub: riscv

ref: a3f2d6d23ed1be69fee607bdedadc0438fd01305
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