This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, rs6000] Add BE support to builtin vec_extract_fp32_from_shorth, vec_extract_fp32_from_shortl
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Carl Love <cel at us dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org, David Edelsohn <dje dot gcc at gmail dot com>, Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Date: Thu, 7 Jun 2018 16:25:00 -0500
- Subject: Re: [PATCH, rs6000] Add BE support to builtin vec_extract_fp32_from_shorth, vec_extract_fp32_from_shortl
- References: <1528384196.4981.30.camel@us.ibm.com>
On Thu, Jun 07, 2018 at 08:09:56AM -0700, Carl Love wrote:
> 2018-05-31 Carl Love <cel@us.ibm.com>
>
> * gcc/config/rs6000/vsx.md (vextract_fp_from_shorth
,
> vextract_fp_from_shortl): Add BE support.
>
> gcc/testsuite/ChangeLog:
>
> 2018-05-31 Carl Love <cel@us.ibm.com>
>
> * gcc.target/powerpc/builtins-3-p9-runnable.c: Add debug print statements
Okay for trunk and backports. Thanks!
Segher