[gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-18 Thread Matt Turner
On Sun, Dec 15, 2013 at 3:34 PM, Matt Turner matts...@gentoo.org wrote: I'll make these changes in a few days. Committed. Feel free to remove the local descriptions from your packages.

[gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-16 Thread Duncan
Matt Turner posted on Sun, 15 Dec 2013 15:34:13 -0800 as excerpted: sse3: Use the SSE3 instruction set (pni in cpuinfo) ssse3: Use the SSSE3 instruction set I'd suggest a parenthetical on ssse3 as well, something like: ssse3: Use the SSSE3 instruction set (NOT sse3, three s) I know that

Re: [gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-16 Thread Michael Orlitzky
On 12/16/2013 05:44 AM, Duncan wrote: Matt Turner posted on Sun, 15 Dec 2013 15:34:13 -0800 as excerpted: sse3: Use the SSE3 instruction set (pni in cpuinfo) ssse3: Use the SSSE3 instruction set I'd suggest a parenthetical on ssse3 as well, something like: ssse3: Use the SSSE3

Re: [gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-16 Thread Alan McKinnon
On 16/12/2013 17:38, Michael Orlitzky wrote: On 12/16/2013 05:44 AM, Duncan wrote: Matt Turner posted on Sun, 15 Dec 2013 15:34:13 -0800 as excerpted: sse3: Use the SSE3 instruction set (pni in cpuinfo) ssse3: Use the SSSE3 instruction set I'd suggest a parenthetical on ssse3 as well,

Re: [gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-16 Thread Michael Orlitzky
On 12/16/2013 01:21 PM, Alan McKinnon wrote: Enable use of the SSSE3 instruction set (NOT sse3). This is needed by projects which contain assembly code or which use certain compiler intrinsics. It is not a replacement for CFLAGS and friends. The second and third sentences add nothing to the

Re: [gentoo-dev] Re: New global use flags: 3dnowext, mmxext, ssse3, sse4_1, avx, avx2

2013-12-16 Thread Alan McKinnon
On 16/12/2013 22:17, Michael Orlitzky wrote: On 12/16/2013 01:21 PM, Alan McKinnon wrote: Enable use of the SSSE3 instruction set (NOT sse3). This is needed by projects which contain assembly code or which use certain compiler intrinsics. It is not a replacement for CFLAGS and friends. The