about summary refs log tree commit diff
path: root/library/core/src/num/dec2flt/fpu.rs
AgeCommit message (Expand)AuthorLines
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-1/+0
2025-01-20core: add `#![warn(unreachable_pub)]`Urgau-4/+4
2023-08-14explain why we can mutate the FPU control wordRalf Jung-0/+11
2023-01-14Fix some missed double spaces.André Vennberg-1/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-0/+1
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-0/+89