[PATCH] D103906: Do not generate calls to the 128-bit function __multi3() on 32-bit ARM.

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 8 09:35:49 PDT 2021


rengolin added a comment.

Doesn't this depend on which runtime library you're using? No Arm32 library implement that?

I remember a patch to add 128-bit arithmetic into Armv7 many years ago (from Android) but I'm not sure it ever got into compiler-rt.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103906/new/

https://reviews.llvm.org/D103906



More information about the llvm-commits mailing list