This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4.8, PATCH 14/26] Backport Power8 and LE support: DFP absolute value


On Wed, Mar 19, 2014 at 3:32 PM, Bill Schmidt
<wschmidt@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  <wschmidt@linux.vnet.ibm.com>
>
>         Backport from mainline
>         2013-08-19  Peter Bergner  <bergner@vnet.ibm.com>
>                     Jakub Jelinek  <jakub@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  <wschmidt@linux.vnet.ibm.com>
>
>         Backport from mainline
>         2013-08-19  Peter Bergner  <bergner@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]