rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
906 stars 60 forks source link

Better fix for cross-compilation of floats #359

Open antoyo opened 10 months ago

antoyo commented 10 months ago

most likely what you could do is have a function which returns the host real_format and then use that to re-encode a real

antoyo commented 4 months ago

Seems like there might not be a better way: https://gcc.gnu.org/pipermail/jit/2024q1/001814.html