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