mirror of
https://github.com/ziglang/zig.git
synced 2026-02-16 14:28:57 +00:00
libc: remove c floorl implementaions forgotten in #24335
This commit is contained in:
parent
9399fcddce
commit
f6b0d64ddc
7
lib/libc/musl/src/math/x32/floorl.s
vendored
7
lib/libc/musl/src/math/x32/floorl.s
vendored
@ -1,8 +1,5 @@
|
||||
.global floorl
|
||||
.type floorl,@function
|
||||
floorl:
|
||||
fldt 8(%esp)
|
||||
1: mov $0x7,%al
|
||||
/* zig patch: removed `floorl` in favor of using zig compiler_rt's implementations */
|
||||
|
||||
1: fstcw 8(%esp)
|
||||
mov 9(%esp),%ah
|
||||
mov %al,9(%esp)
|
||||
|
||||
7
lib/libc/musl/src/math/x86_64/floorl.s
vendored
7
lib/libc/musl/src/math/x86_64/floorl.s
vendored
@ -1,8 +1,5 @@
|
||||
.global floorl
|
||||
.type floorl,@function
|
||||
floorl:
|
||||
fldt 8(%rsp)
|
||||
1: mov $0x7,%al
|
||||
/* zig patch: removed `floorl` in favor of using zig compiler_rt's implementations */
|
||||
|
||||
1: fstcw 8(%rsp)
|
||||
mov 9(%rsp),%ah
|
||||
mov %al,9(%rsp)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user