fix return value of ungetc when argument is outside unsigned char range
[musl.git] / src / math / x86_64 / lrint.s
blob15fc2454bc56c721ae3785c1eed138a3d228d66d
1 .global lrint
2 .type lrint,@function
3 lrint:
4 cvtsd2si %xmm0,%rax
5 ret