diff options
Diffstat (limited to 'libc-top-half/musl/src/math/x32/llrint.s')
-rw-r--r-- | libc-top-half/musl/src/math/x32/llrint.s | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/math/x32/llrint.s b/libc-top-half/musl/src/math/x32/llrint.s new file mode 100644 index 0000000..bf47649 --- /dev/null +++ b/libc-top-half/musl/src/math/x32/llrint.s @@ -0,0 +1,5 @@ +.global llrint +.type llrint,@function +llrint: + cvtsd2si %xmm0,%rax + ret |