shithub: mc

ref: 3f5de2514eb4a90a8f7925bbeaf6dfdfb07debf8
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