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