On Fri, Nov 22, 2013 at 3:52 AM, H.J. Lu <hongjiu...@intel.com> wrote:
> Silvermont supports POPCNT. This patch enables POPCNT for Silvermont. > I also documented POPCNT for corei7, corei7-avx, core-avx-i, core-avx2 and > slm. Since POPCNT is enabled with -msse4.2, this patch doesn't change > code generation. It just makes it clear. OK to install? > > Thanks. > > H.J. > ---- > 2013-11-21 H.J. Lu <hongjiu...@intel.com> > > * config/i386/i386.c (processor_alias_table): Enable PTA_POPCNT > for Silvermont. > > * doc/invoke.texi: Mention POPCNT for corei7, corei7-avx, > core-avx-i, core-avx2 and slm. OK. Thanks, Uros.