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