rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
893 stars 61 forks source link

Verify if the checks for float sizes in libgccjit are necessary #487

Open antoyo opened 3 months ago

antoyo commented 3 months ago

In https://github.com/rust-lang/gcc/pull/47, we added some checks to make sure the size of the float* types are not bigger than expected. I'm not sure if those are necessary, so check if it is the case.