https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100809
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-11 branch has been updated by Michael Meissner <meiss...@gcc.gnu.org>: https://gcc.gnu.org/g:8ebcd3608584e544ae8e7c422b3f2400758c47f5 commit r11-8743-g8ebcd3608584e544ae8e7c422b3f2400758c47f5 Author: Michael Meissner <meiss...@linux.ibm.com> Date: Wed Jul 14 13:23:51 2021 -0400 Generate 128-bit int divide/modulus on power10. This patch adds support for the VDIVSQ, VDIVUQ, VMODSQ, and VMODUQ instructions to do 128-bit arithmetic. Backported from master: 2021-07-07 Michael Meissner <meiss...@linux.ibm.com> 2021-07-14 Michael Meissner <meiss...@linux.ibm.com> gcc/ PR target/100809 * config/rs6000/rs6000.md (udivti3): New insn. (divti3): New insn. (umodti3): New insn. (modti3): New insn. gcc/testsuite/ PR target/100809 * gcc.target/powerpc/p10-vdivq-vmodq.c: New test.