shithub: mc

ref: d25b147ccbeff5b7f086b2e43d835543aaa8e6dd
dir: /lib/math/fma-impl+posixy-x64-fma.s/

View raw version
.globl math$fma32
.globl math$_fma32
math$fma32:
math$_fma32:
	vfmadd132ss %xmm1, %xmm2, %xmm0
	ret

.globl math$fma64
.globl math$_fma64
math$fma64:
math$_fma64:
	vfmadd132sd %xmm1, %xmm2, %xmm0
	ret