rust/library/core/src/num
Trevor Gross 65117eeda8 Skip {f32,f64}::mul_add tests on MinGW
Per [1], MinGW has an incorrect fma implementation. This showed up in
tests run with cranelift after adding float math operations to `core`.
Presumably we hadn't noticed this when running tests with LLVM because
LLVM was constant folding the result away.

Rust issue: https://github.com/rust-lang/rust/issues/140515

[1]: https://sourceforge.net/p/mingw-w64/bugs/848/
2025-05-14 14:30:03 +00:00
..
dec2flt Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35 2025-03-07 10:12:44 +01:00
flt2dec Refactor diy_float 2025-03-31 20:15:41 +02:00
shells diagnostic items for legacy numeric constants 2024-02-18 12:08:16 -07:00
bignum.rs Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
diy_float.rs Refactor diy_float 2025-03-31 20:15:41 +02:00
error.rs replace placeholder version 2024-09-03 20:54:02 +01:00
f16.rs Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00
f32.rs Skip {f32,f64}::mul_add tests on MinGW 2025-05-14 14:30:03 +00:00
f64.rs Skip {f32,f64}::mul_add tests on MinGW 2025-05-14 14:30:03 +00:00
f128.rs Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
int_macros.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
int_sqrt.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
libm.rs Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00
mod.rs Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00
niche_types.rs Add safe new to NotAllOnes 2025-02-14 12:00:13 +00:00
nonzero.rs Mention average in midpoint documentations 2025-04-24 07:44:05 +02:00
overflow_panic.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
saturating.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
uint_macros.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00
wrapping.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00