On Fri, Nov 22, 2013 at 7:40 AM, Yuri Rumyantsev <ysrum...@gmail.com> wrote: > Hi, > > This is addendum to H.J.'s patch for SIlvermont. > > Testing is in progress. > > Is it OK for the trunk after testing completion? > > 2013-11-22 Yuri Rumyantsev <ysrum...@gmail.com> > > libgcc: > > * config/i386/cpuinfo.c (get_intel_cpu): Add Silvermont cases. > > gcc: > > * config/i386/i386.c(processor_alias_table): Enable PTA_AES, > PTA_PCLMUL and PTA_RDRND for Silvermont. > * config/i386/driver-i386.c (host_detect_local_cpu): Set up cpu > for Silvermont. > > * doc/invoke.texi: Mention PTA_AES, PTA_PCLMUL and PTA_RDRND > for Silvermont.
It should be AES, PCLMUL and RDRND, not PTA_XXX. Thanks. -- H.J.