Gentoo Archives: gentoo-commits

From: Sebastien Fabbro <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Fri, 21 Jul 2017 00:23:05
Message-Id: 1500596549.b78e15a3291ef7e3affd8f7174d3d579cbdf875b.bicatali@gentoo
1 commit: b78e15a3291ef7e3affd8f7174d3d579cbdf875b
2 Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 19:09:21 2017 +0000
4 Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 00:22:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78e15a3
7
8 added pclmul flag for x86
9
10 profiles/desc/cpu_flags_x86.desc | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
14 index 3e841fd3a66..63a10e94c3e 100644
15 --- a/profiles/desc/cpu_flags_x86.desc
16 +++ b/profiles/desc/cpu_flags_x86.desc
17 @@ -15,6 +15,7 @@ fma4 - Use the Fused Multiply Add 4 instruction set
18 mmx - Use the MMX instruction set
19 mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [sse] in cpuinfo)
20 padlock - Use VIA padlock instructions ([phe] in cpuinfo)
21 +pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo)
22 popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo)
23 sse - Use the SSE instruction set
24 sse2 - Use the SSE2 instruction set