Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #108717 - TDecki:dec2flt-inline, r=thomcc
Add inlining annotations in `dec2flt`. Currently, the combination of `dec2flt` being generic and the `FromStr` implementaions containing inline anttributes causes massive amounts of assembly to be generated whenever these implementation are used. In addition, the assembly has calls to function which ought to be inlined, but they are not (even when using lto). This Pr fixes this.
bors 2023-03-21
parent 92fce37 · parent a058588 · commit 454b15d
0 files changed, 0 insertions, 0 deletions