From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB4DC139694 for ; Fri, 21 Jul 2017 00:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28BD1FC03C; Fri, 21 Jul 2017 00:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4CCC1FC017 for ; Fri, 21 Jul 2017 00:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6662341750 for ; Fri, 21 Jul 2017 00:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 963E374C0 for ; Fri, 21 Jul 2017 00:23:00 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1500596549.b78e15a3291ef7e3affd8f7174d3d579cbdf875b.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/cpu_flags_x86.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: b78e15a3291ef7e3affd8f7174d3d579cbdf875b X-VCS-Branch: master Date: Fri, 21 Jul 2017 00:23:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b897919f-36d8-42c6-bb38-a99233de4573 X-Archives-Hash: 76873a55acd58dbf6b2781852167e809 commit: b78e15a3291ef7e3affd8f7174d3d579cbdf875b Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jul 20 19:09:21 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Fri Jul 21 00:22:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78e15a3 added pclmul flag for x86 profiles/desc/cpu_flags_x86.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc index 3e841fd3a66..63a10e94c3e 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -15,6 +15,7 @@ fma4 - Use the Fused Multiply Add 4 instruction set mmx - Use the MMX instruction set mmxext - Use the Extended MMX instruction set (a subset of SSE) ([mmxext] or [sse] in cpuinfo) padlock - Use VIA padlock instructions ([phe] in cpuinfo) +pclmul - Use Carry-less Multiplication instructions ([pclmulqdq] in cpuinfo) popcnt - Enable popcnt instruction support ([abm] or [popcnt] in cpuinfo) sse - Use the SSE instruction set sse2 - Use the SSE2 instruction set