Skip Navigation
rustc_codegen_gcc: Progress Report #33
  • Could you please point to the relevant source code for these? From what I could find here, this doesn't seem implemented for the LLVM backend either.

    If VFP uses target-specific intrinsics, there's a chance that this doesn't work correctly in the GCC backend yet since our auto-generated mapping we have needs many adjustments and we only added the adjustments for x86-64.

  • rustc_codegen_gcc: Progress Report #33

    We finally were able to finish the sync with the Rust compiler and now support the types f16 and f128!

    I had a lot of stuff going on lately in my private life, so I wasn't able to work as much as I wanted on rustc_codegen_gcc. Hopefully, it should be back to normal after my vacation.

    3
    rustc_codegen_gcc: Progress Report #32

    We fixed a couple of bugs and improved the support for Aarch64 which was requested by some people.

    1
    rustc_codegen_gcc: Progress Report #27

    We now run part of the tests in the Rust repo's CI, which is the first step to eventually distributing the GCC codegen via rustup! We also improved a lot the cross-compilation situation.

    0
    Progress Report #26: rustc_codegen_gcc can now compile Rust for Linux!

    We just accomplished two big milestones:

    • We can now compile Rust for Linux without any patches to cg_gcc.
    • We can compile, run and pass all the tests from the most popular crates. This is huge!
    6
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)AN
    antoyo @programming.dev
    Posts 4
    Comments 3