Commit f6b0d64ddc
lib/libc/musl/src/math/x32/floorl.s
@@ -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)
lib/libc/musl/src/math/x86_64/floorl.s
@@ -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)