You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-11
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,9 @@ See [rust-lang/rust#35437][0].
34
34
-[ ] arm/aeabi_fcmp.S
35
35
-[ ] arm/aeabi_idivmod.S
36
36
-[ ] arm/aeabi_ldivmod.S
37
+
-[x] arm/aeabi_memcpy.S
38
+
-[x] arm/aeabi_memmove.S
39
+
-[x] arm/aeabi_memset.S
37
40
-[ ] arm/aeabi_uidivmod.S
38
41
-[ ] arm/aeabi_uldivmod.S
39
42
-[ ] arm/divdf3vfp.S
@@ -115,10 +118,6 @@ See [rust-lang/rust#35437][0].
115
118
-[ ] i386/chkstk.S
116
119
-[ ] i386/chkstk2.S
117
120
-[ ] i386/divdi3.S
118
-
-[ ] i386/floatdidf.S
119
-
-[ ] i386/floatdisf.S
120
-
-[ ] i386/floatundidf.S
121
-
-[ ] i386/floatundisf.S
122
121
-[ ] i386/lshrdi3.S
123
122
-[ ] i386/moddi3.S
124
123
-[ ] i386/muldi3.S
@@ -151,13 +150,6 @@ See [rust-lang/rust#35437][0].
151
150
-[ ] umodti3.c
152
151
-[ ] x86_64/chkstk.S
153
152
-[ ] x86_64/chkstk2.S
154
-
-[ ] x86_64/floatundidf.S
155
-
-[ ] x86_64/floatundisf.S
156
-
-[x] arm/aeabi_memcpy.S
157
-
-[x] arm/aeabi_memmove.S
158
-
-[x] arm/aeabi_memset.S
159
-
-[x] x86_64/floatdidf.c
160
-
-[x] x86_64/floatdisf.c
161
153
162
154
## Unimplemented functions
163
155
@@ -325,6 +317,17 @@ Miscellaneous functionality that is not used by Rust.
325
317
-~~gcc_personality_v0.c~~
326
318
-~~trampoline_setup.c~~
327
319
320
+
Floating-point implementations of builtins that are only called from soft-float code. It would be better to simply use the generic soft-float versions in this case.
0 commit comments