On Fri, Nov 22, 2013 at 8:17 AM, Uros Bizjak <ubiz...@gmail.com> wrote: > On Fri, Nov 22, 2013 at 4:55 PM, H.J. Lu <hjl.to...@gmail.com> wrote: > >>> 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. > > OK with this change. >
I made the change and checked it in. Thanks. -- H.J.