about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorLingMan <LingMan@users.noreply.github.com>2022-09-10 07:30:29 +0200
committerLingMan <LingMan@users.noreply.github.com>2022-09-11 04:13:33 +0200
commitfd21df7182affbf342f33f97353ee34ee7eb5441 (patch)
treecbc0f8950d6c7895700d9a04f0eb67be14c69e8d /compiler/rustc_codegen_llvm/src
parent87eb3e2dfad244025bd5ee3161be66c271f691d8 (diff)
downloadrust-fd21df7182affbf342f33f97353ee34ee7eb5441.tar.gz
rust-fd21df7182affbf342f33f97353ee34ee7eb5441.zip
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