1.global fabsf 2.type fabsf,@function 3fabsf: 4 mov $0x7fffffff,%eax 5 movq %rax,%xmm1 6 andps %xmm1,%xmm0 7 ret 8