diff mbox series

i386: Update the comment for mapxf option

Message ID DM4PR11MB5487AE5DD6C84862C670D1F3EC622@DM4PR11MB5487.namprd11.prod.outlook.com
State New
Headers show
Series i386: Update the comment for mapxf option | expand

Commit Message

Kong, Lingling Sept. 18, 2024, 8:31 a.m. UTC
Hi,

After APX NF, CCMP and NF features supported, the comment for APX option also need update.

Ok for trunk?
 
gcc/ChangeLog:

	* config/i386/i386.opt: Update the features included in apxf.
---
 gcc/config/i386/i386.opt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Liu, Hongtao Sept. 18, 2024, 9:21 a.m. UTC | #1
> -----Original Message-----
> From: Kong, Lingling <lingling.kong@intel.com>
> Sent: Wednesday, September 18, 2024 4:31 PM
> To: gcc-patches <gcc-patches@gcc.gnu.org>
> Cc: Liu, Hongtao <hongtao.liu@intel.com>; Wang, Hongyu
> <hongyu.wang@intel.com>
> Subject: [PATCH] i386: Update the comment for mapxf option
> 
> Hi,
> 
> After APX NF, CCMP and NF features supported, the comment for APX option
> also need update.
> 
> Ok for trunk?
Ok
> 
> gcc/ChangeLog:
> 
> 	* config/i386/i386.opt: Update the features included in apxf.
> ---
>  gcc/config/i386/i386.opt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt index
> fe16e44a4ea..64c295d344c 100644
> --- a/gcc/config/i386/i386.opt
> +++ b/gcc/config/i386/i386.opt
> @@ -1313,7 +1313,7 @@ Enable vectorization for scatter instruction.
>  mapxf
>  Target Mask(ISA2_APX_F) Var(ix86_isa_flags2) Save  Support code generation
> for APX features, including EGPR, PUSH2POP2, -NDD and PPX.
> +NDD, PPX, NF, CCMP and ZU.
> 
>  mapx-features=
>  Target Undocumented Joined Enum(apx_features) EnumSet
> Var(ix86_apx_features) Init(apx_none) Save
> --
> 2.31.1
diff mbox series

Patch

diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt index fe16e44a4ea..64c295d344c 100644
--- a/gcc/config/i386/i386.opt
+++ b/gcc/config/i386/i386.opt
@@ -1313,7 +1313,7 @@  Enable vectorization for scatter instruction.
 mapxf
 Target Mask(ISA2_APX_F) Var(ix86_isa_flags2) Save  Support code generation for APX features, including EGPR, PUSH2POP2, 
-NDD and PPX.
+NDD, PPX, NF, CCMP and ZU.
 
 mapx-features=
 Target Undocumented Joined Enum(apx_features) EnumSet Var(ix86_apx_features) Init(apx_none) Save
--
2.31.1