about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-11 23:19:08 +0100
committerGitHub <noreply@github.com>2024-02-11 23:19:08 +0100
commitf64bc316f60afdf9ab23304918a42be6ea297fd6 (patch)
treeb2be5a643b9640f81af43e89ecba995af5fe7780 /compiler/rustc_pattern_analysis/src
parent251a09e151d9a522737913a1c5244e9b6770e476 (diff)
parentbe9ac5632c0d5ae53f34cff164eb3ceb72245e9e (diff)
downloadrust-f64bc316f60afdf9ab23304918a42be6ea297fd6.tar.gz
rust-f64bc316f60afdf9ab23304918a42be6ea297fd6.zip
Rollup merge of #120740 - ChrisDenton:cmaths, r=Mark-Simulacrum
Make cmath.rs a single file

It makes sense to have this all in one file. There's essentially only one target that has missing symbols and that's easy enough to handle inline.

Note that the Windows definitions used to use `c_float` and `c_double` whereas the other platforms all used `f32` and `f64`. They've now been made consistent. However, `c_float` and `c_double` have the expected definitions on all Windows platforms we support.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions