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 486B3138334 for ; Wed, 11 Sep 2019 16:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A0DBE0976; Wed, 11 Sep 2019 16:31:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6A8ACE0976 for ; Wed, 11 Sep 2019 16:31:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2605034B078 for ; Wed, 11 Sep 2019 16:31:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E208720 for ; Wed, 11 Sep 2019 16:31:43 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1568219470.78be99e8297c05a5dafc47463aa82e3abb0f403e.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/cpu_flags_ppc.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 78be99e8297c05a5dafc47463aa82e3abb0f403e X-VCS-Branch: master Date: Wed, 11 Sep 2019 16:31:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bb68ae1c-1ab2-494c-a543-92642fdc0bbb X-Archives-Hash: ab9b33396039db1e4077adaa66676baf commit: 78be99e8297c05a5dafc47463aa82e3abb0f403e Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Aug 31 06:30:49 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Sep 11 16:31:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78be99e8 profiles/desc: descriptions for CPU_FLAGS_PPC use_expand Signed-off-by: Georgy Yakovlev gentoo.org> profiles/desc/cpu_flags_ppc.desc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/desc/cpu_flags_ppc.desc b/profiles/desc/cpu_flags_ppc.desc new file mode 100644 index 00000000000..cddd07f1706 --- /dev/null +++ b/profiles/desc/cpu_flags_ppc.desc @@ -0,0 +1,6 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +altivec - Use the AltiVec/VMX instruction set +vsx - Use the Vector Scalar Extension instruction set (POWER7 and later) +vsx3 - Use the Vector Scalar Extension v.3 instruction set (POWER9 and later)