Files
rust/library/core/src
Trevor Gross fe1dc02163 Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35
Skip fast path for dec2flt when optimize_for_size

Tracking issue: https://github.com/rust-lang/rust/issues/125612

Skip the fast algorithm when optimizing for size.
When compiling for https://github.com/quartiq/stabilizer I get these numbers:

Before
```
   text    data     bss     dec     hex filename
 192192       8   49424  241624   3afd8 dual-iir
```

After
```
   text    data     bss     dec     hex filename
 191632       8   49424  241064   3ada8 dual-iir
```

This saves 560 bytes.
2024-07-16 20:10:09 -05:00
..
2024-02-13 12:04:44 +01:00
2024-05-04 22:56:35 +01:00
2024-06-30 14:54:05 -04:00
2024-06-11 16:52:02 +02:00
2024-07-05 16:33:58 -06:00
2024-07-12 18:09:44 -06:00
2024-07-05 16:33:58 -06:00
2024-07-01 14:14:22 +02:00
2024-06-30 13:36:44 -04:00
2024-03-07 07:49:22 +01:00
2024-05-09 17:04:30 +02:00
2023-04-16 07:20:26 +00:00
2024-06-11 16:52:02 +02:00
2024-07-02 11:25:31 +08:00
2024-07-04 22:05:00 +08:00
2024-06-11 15:47:00 +02:00
2024-07-04 14:56:08 +08:00
2024-06-19 21:44:47 +01:00
2024-04-08 11:57:17 +00:00
2024-06-07 12:18:43 -07:00
2024-07-05 16:33:58 -06:00
2024-06-29 21:03:12 +02:00