tcp.h: add SOL_TCP, analoguous to udp.h
[musl] / src / math / x86_64 / fabsf.s
1 .global fabsf
2 .type fabsf,@function
3 fabsf:
4         mov $0x7fffffff,%eax
5         movq %rax,%xmm1
6         andps %xmm1,%xmm0
7         ret