about summary refs log tree commit diff
path: root/library/core/src/num/f32.rs
AgeCommit message (Expand)AuthorLines
2023-10-05Auto merge of #114042 - liushuyu:ubuntu/i586-fpmath, r=workingjubileebors-1/+1
2023-10-05Auto merge of #104153 - tspiteri:doc-float-constants, r=workingjubileebors-2/+40
2023-09-19explain mysterious addition in float minimum/maximumRalf Jung-0/+1
2023-08-28Auto merge of #103836 - H4x5:extra-float-constants, r=thomccbors-0/+20
2023-07-25core library: Disable fpmath tests for i386 ...liushuyu-1/+1
2023-06-09Add diagnostic items for `f32::NAN` and `f64::NAN`Urgau-0/+1
2023-04-26Implement midpoint for all floating point f32 and f64Loïc BRANSTETT-0/+36
2023-04-14Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDentonbors-1/+1
2022-12-30Replace libstd, libcore, liballoc in line comments.jonathanCogan-1/+1
2022-11-08doc: expand description for f32 and f64 associated constantsTrevor Spiteri-2/+40
2022-11-02Add additional float constantsSky-0/+20
2022-10-03Add better assert messages for f32/f64 clampsJacob Kiesel-1/+1
2022-09-11Fix naming format of IEEE 754 standardLingMan-7/+7
2022-09-04Add `inline(always)` to rt functionsDeadbeef-0/+2
2022-09-04Make `const_eval_select` a real intrinsicDeadbeef-8/+14
2022-08-28Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcmbors-0/+100
2022-08-22Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-SimulacrumDylan DPC-1/+1
2022-08-21Rollup merge of #100556 - Alex-Velez:patch-1, r=scottmcmMatthias Krüger-7/+6
2022-08-20Improve primitive/std docs separation and headersCameron Steffen-1/+1
2022-08-16Fixed a few documentation errorsPunkyMunky64-3/+3
2022-08-16Update src/test/assembly/x86_64-floating-point-clamp.rsAlex-7/+6
2022-08-15Say that the identity holds only for all finite numbers (aka not NaN)Urgau-2/+2
2022-08-15Added tracking issue numbers for float_next_up_down.Orson Peters-2/+4
2022-08-15Added next_up and next_down for f32/f64.Orson Peters-0/+98
2022-05-09Rollup merge of #95483 - golddranks:improve_float_docs, r=joshtriplettMatthias Krüger-19/+60
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-39/+15
2022-05-02Fix nitsPyry Kontio-4/+4
2022-04-22Remove unnecessary const-time x87-related checksJubilee Young-16/+8
2022-04-22Fix comments for float classifyJubilee Young-2/+8
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-39/+15
2022-04-12Ban subnormals and NaNs in const {from,to}_bitsJubilee Young-4/+112
2022-04-12Rectify float classification impls for weird FPUsJubilee Young-8/+51
2022-04-05trivial cfg(bootstrap) changesPietro Albini-1/+0
2022-04-04Stabilize total_cmpPyry Kontio-2/+1
2022-03-31Re-introduce "propagating NaN" to `maximum`/`minimum`, add "ignoring NaN" to ...Pyry Kontio-4/+10
2022-03-31Add references to explanation about portability to f{32,64}::{from,to}_{be,le...Pyry Kontio-0/+18
2022-03-31Fix: is_sign_positive -> is_sign_negativePyry Kontio-1/+1
2022-03-31Improve floating point documentation:Pyry Kontio-17/+34
2022-03-30remove now unnecessary lang itemslcnr-1/+1
2022-01-30review the total_cmp documentationSimonas Kazlauskas-19/+27
2022-01-18fix typo in `max` description for f32/f64klensy-1/+1
2022-01-06add some missing must use to float opsasquared31415-0/+5
2021-11-20Apply documentation suggestions from @est31Urgau-4/+4
2021-11-20Add similar note as LLVM does for minNum and maxNum functionsLoïc BRANSTETT-0/+6
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+62
2021-10-31Rollup merge of #89897 - jkugelman:must-use-core, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining core functionsJohn Kugelman-0/+1
2021-10-20Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahcYuki Okushi-1/+1
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+4
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+4