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
This option removes floating point formatting/parsing support in
`libcore`, thus allows us to remove the intrinsics stubs in
`compiler_builtins.rs` and saves some space.
text data bss dec filename
6282838 2277360 296600 8856798 w/o `no_fp_fmt_parse`
6235608 2250128 296600 8782336 w/ `no_fp_fmt_parse`
Signed-off-by: Gary Guo <[email protected]>
0 commit comments