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
+11-8
Original file line number
Diff line number
Diff line change
@@ -153,10 +153,6 @@ See [rust-lang/rust#35437][0].
153
153
-[ ] i386/chkstk.S
154
154
-[ ] i386/chkstk2.S
155
155
-[ ] i386/divdi3.S
156
-
-[ ] i386/floatdidf.S
157
-
-[ ] i386/floatdisf.S
158
-
-[ ] i386/floatundidf.S
159
-
-[ ] i386/floatundisf.S
160
156
-[ ] i386/lshrdi3.S
161
157
-[ ] i386/moddi3.S
162
158
-[ ] i386/muldi3.S
@@ -219,14 +215,10 @@ See [rust-lang/rust#35437][0].
219
215
-[ ] umodti3.c
220
216
-[ ] x86_64/chkstk.S
221
217
-[ ] x86_64/chkstk2.S
222
-
-[ ] x86_64/floatundidf.S
223
-
-[ ] x86_64/floatundisf.S
224
218
-[x] arm/aeabi_memcmp.S
225
219
-[x] arm/aeabi_memcpy.S
226
220
-[x] arm/aeabi_memmove.S
227
221
-[x] arm/aeabi_memset.S
228
-
-[x] x86_64/floatdidf.c
229
-
-[x] x86_64/floatdisf.c
230
222
231
223
## Unimplemented functions
232
224
@@ -322,6 +314,17 @@ Miscellaneous functionality that is not used by Rust.
322
314
-~~gcc_personality_v0.c~~
323
315
-~~trampoline_setup.c~~
324
316
317
+
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