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(-) 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