Re: [PATCH doc] update documentation of x86 -mcx16 option

2017-06-11 Thread Gerald Pfeifer
On Sun, 4 Jun 2017, Sandra Loosemore wrote: > This is good, thanks. I think it's fine for GCC 7 branch as well (I guess > it's not a regression fix, but it seems unlikely to break anything). Plus the regression-only rule does not apply for docs. ;-) Gerald

Re: [PATCH doc] update documentation of x86 -mcx16 option

2017-06-04 Thread Sandra Loosemore
On 05/26/2017 12:48 PM, Alexander Monakov wrote: Hi, This patch fixes a few issues in documentation of -mcx16 x86 backend option: - remove implementor-speak ('oword') - mention alignment restriction and availability only in 64-bit mode - improve usage example existing documentation uses a

[PATCH doc] update documentation of x86 -mcx16 option

2017-05-26 Thread Alexander Monakov
Hi, This patch fixes a few issues in documentation of -mcx16 x86 backend option: - remove implementor-speak ('oword') - mention alignment restriction and availability only in 64-bit mode - improve usage example existing documentation uses a really silly example (128-bit integer counters),