On Wed, Mar 19, 2014 at 3:32 PM, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > Hi, > > This patch (diff-dfp-abs) backports some unrelated but necessary work to > enable the DFP absolute value builtins. Copying Jakub who was involved > with the original patch. > > Thanks, > Bill > > > 2014-03-29 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > Backport from mainline > 2013-08-19 Peter Bergner <berg...@vnet.ibm.com> > Jakub Jelinek <ja...@redhat.com> > > * builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin. > (BUILT_IN_FABSD64): Likewise. > (BUILT_IN_FABSD128): Likewise. > * builtins.c (expand_builtin): Add support for > new DFP ABS builtins. > (fold_builtin_1): Likewise. > * config/rs6000/dfp.md > (*abstd2_fpr): Handle non-overlapping destination > and source operands. > (*nabstd2_fpr): Likewise. > > 2014-03-29 Bill Schmidt <wschm...@linux.vnet.ibm.com> > > Backport from mainline > 2013-08-19 Peter Bergner <berg...@vnet.ibm.com> > > * gcc.target/powerpc/dfp-dd-2.c: New test. > * gcc.target/powerpc/dfp-td-2.c: Likewise. > * gcc.target/powerpc/dfp-td-3.c: Likewise.
Okay. Thanks, David