diff options
| author | Mara Bos <m-ou.se@m-ou.se> | 2020-11-22 23:00:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-22 23:00:48 +0100 |
| commit | 9b98f1d226305913c7c205bd98b6ea6b9fe3b8ce (patch) | |
| tree | 16f64087d89671cc4d4df8da21243d486c54bcdd /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp | |
| parent | c643dd2ec8fed2852f5eee8f776d657293a6a8f2 (diff) | |
| parent | cf26f2f00eed908038e6e7606b1275057b379984 (diff) | |
| download | rust-9b98f1d226305913c7c205bd98b6ea6b9fe3b8ce.tar.gz rust-9b98f1d226305913c7c205bd98b6ea6b9fe3b8ce.zip | |
Rollup merge of #76941 - clarfonthey:is_subnormal, r=m-ou-se
Add f{32,64}::is_subnormal
The docs recommend that you use dedicated methods instead of calling `classify` directly, although there isn't actually a way of checking if a number is subnormal without calling classify. There are dedicated methods for all other forms, excluding `is_zero` (which is just `== 0.0` anyway).
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
