diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-09-12 15:21:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-12 15:21:32 +0530 |
| commit | 10af4fb5301a69cc9db46684290f3f77a4b65269 (patch) | |
| tree | 40e478dc9b792d5eacec485518a17b364ce56c7e /compiler/rustc_codegen_llvm/src | |
| parent | d7bad03cabe350b5d8aa6669108272ac06e8bea3 (diff) | |
| parent | fd21df7182affbf342f33f97353ee34ee7eb5441 (diff) | |
| download | rust-10af4fb5301a69cc9db46684290f3f77a4b65269.tar.gz rust-10af4fb5301a69cc9db46684290f3f77a4b65269.zip | |
Rollup merge of #101671 - LingMan:ieee_754, r=Dylan-DPC
Fix naming format of IEEE 754 standard Currently the documentation of f64::min refers to "IEEE-754 2008" while the documentation of f64::minimum refers to "IEEE 754-2019". Note that one has the format IEEE,hyphen,number,space,year while the other is IEEE,space,number,hyphen,year. The official IEEE site [1] uses the later format and it is also the one most commonly used throughout the codebase. Update all comments and - more importantly - documentation to consistently use the official format. [1] https://standards.ieee.org/ieee/754/4211/
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
