[PATCH] D120327: compiler-rt: Add udivmodei5 to builtins and add bitint library
Jacob Lifshay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 21 09:48:17 PDT 2022
programmerjake added a comment.
In D120327#3396605 <https://reviews.llvm.org/D120327#3396605>, @mgehre-amd wrote:
> Hey, yes it's still near the top of my TODO list. Had a few other things to do, but I'm planning to come back to this.
>
> I was thinking how to properly test that my fixed version would work fine in big endian - any idea?
IIRC I've had success using qemu-user-static and schroot and debootstrap to create a powerpc64 (BE) debian chroot that seems to work for me...my system is Ubuntu 20.04 x86_64. Unfortunately, I don't have any handy instructions for how to do that as I did it quite a while ago and I can't remember all the details.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120327/new/
https://reviews.llvm.org/D120327
More information about the llvm-commits
mailing list