authorgravatar for seda18@rolmail.netDavid Senoner <seda18@rolmail.net> 2025-08-27 13:40:08+02:00
committergravatar for seda18@rolmail.netDavid Senoner <seda18@rolmail.net> 2025-08-27 13:40:08+02:00
logf6b0d64ddc2132d3a08f216011480be6cb959234
treeb9b76c8113236d31a9c809b5eb6697bc4993b996
parent9399fcddce0bcd8e987b053f3946aa1b0ff2ef0a

libc: remove c floorl implementaions forgotten in #24335


2 files changed, 4 insertions(+), 10 deletions(-)

lib/libc/musl/src/math/x32/floorl.s+2-5
...@@ -1,8 +1,5 @@...@@ -1,8 +1,5 @@
1.global floorl1/* zig patch: removed `floorl` in favor of using zig compiler_rt's implementations */
2.type floorl,@function2
3floorl:
4 fldt 8(%esp)
51: mov $0x7,%al
61: fstcw 8(%esp)31: fstcw 8(%esp)
7 mov 9(%esp),%ah4 mov 9(%esp),%ah
8 mov %al,9(%esp)5 mov %al,9(%esp)
lib/libc/musl/src/math/x86_64/floorl.s+2-5
...@@ -1,8 +1,5 @@...@@ -1,8 +1,5 @@
1.global floorl1/* zig patch: removed `floorl` in favor of using zig compiler_rt's implementations */
2.type floorl,@function2
3floorl:
4 fldt 8(%rsp)
51: mov $0x7,%al
61: fstcw 8(%rsp)31: fstcw 8(%rsp)
7 mov 9(%rsp),%ah4 mov 9(%rsp),%ah
8 mov %al,9(%rsp)5 mov %al,9(%rsp)