The Wayback Machine - https://web.archive.org/web/20220814061944/https://github.com/rust-lang/compiler-builtins/compare/0.1.78...0.1.79
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: rust-lang/compiler-builtins
base: 0.1.78
Choose a base ref
head repository: rust-lang/compiler-builtins
compare: 0.1.79
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 3, 2022

  1. Enable unadjusted_on_win64 for UEFI in some cases

    The conversion functions from i128/u128 to f32/f64 have the
    `unadjusted_on_win64` attribute, but it is disabled starting with
    LLVM14. This seems to be the correct thing to do for Win64, but for some
    reason x86_64-unknown-uefi is different, despite generally using the
    same ABI as Win64.
    nicholasbishop committed Aug 3, 2022

Commits on Aug 7, 2022