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: PATCH [6 of 7], rs6000, add support for scalar floating point in Altivec registers


On Tue, Nov 11, 2014 at 8:19 PM, Michael Meissner
<meissner@linux.vnet.ibm.com> wrote:
> This patch documents the previously undocumented -mupper-regs-df and
> -mupper-regs-sf switches.  It also provides feature test macros that users can
> use to determine if the upper register support is enabled.
>
> Once the prevous patches have gone in, is this patch ok to install?
>
> 2014-11-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
>
>         * config/rs6000/rs6000.opt (-mupper-regs-df): Make option public.
>         (-mupper-regs-sf): Likewise.
>
>         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Define
>         __UPPER_REGS_DF__ if -mupper-regs-df.  Define __UPPER_REGS_SF__ if
>         -mupper-regs-sf.
>
>         * doc/invoke.texi (RS/6000 and PowerPC Options): Document
>         -mupper-regs-{sf,df}.

Okay.

Thanks, David


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