X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fx86_64%2Flrintf.s;fp=src%2Fmath%2Fx86_64%2Flrintf.s;h=951894b6e30db37dcbff1b615b29d88acde771e1;hb=0e4a995213620630005a14f32c089879f7c0315e;hp=0000000000000000000000000000000000000000;hpb=aa859403886ed4b50da36e7fe101f7431856c004;p=musl diff --git a/src/math/x86_64/lrintf.s b/src/math/x86_64/lrintf.s new file mode 100644 index 00000000..951894b6 --- /dev/null +++ b/src/math/x86_64/lrintf.s @@ -0,0 +1,5 @@ +.global lrintf +.type lrintf,@function +lrintf: + cvtss2si @xmm0,%rax + ret