Re: [GCC 4.8 changes] PATCH: Mention several user-visible changes for x86

2013-02-13 Thread Uros Bizjak
On Wed, Feb 13, 2013 at 12:17 PM, Igor Zamyatin wrote: >> >> Please also mention new -mfxsr, -mxsave and -mxsaveopt options. >> >>>New built-in functions to detect run-time CPU type and ISA: >>> >>> A built-in function __builtin_cpu_is has been >>> added to >>>

Re: [GCC 4.8 changes] PATCH: Mention several user-visible changes for x86

2013-02-13 Thread Igor Zamyatin
> > Please also mention new -mfxsr, -mxsave and -mxsaveopt options. > >>New built-in functions to detect run-time CPU type and ISA: >> >> A built-in function __builtin_cpu_is has been added >> to >> *** >> *** 524,529 >> --- 530,538 >> http://gcc.

Re: [GCC 4.8 changes] PATCH: Mention several user-visible changes for x86

2013-02-12 Thread Uros Bizjak
On Tue, Feb 12, 2013 at 8:45 PM, Igor Zamyatin wrote: > This patch updates GCC 4.8 changes.html to mention Broadwell's > features, RTM and HLE support and fixed pre-reload scheduler. > > OK to commit? > > > Thanks, > Igor > > Index: htdocs/gcc-4.8/changes.html > ==