commit: 78be99e8297c05a5dafc47463aa82e3abb0f403e Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 06:30:49 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> 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 <gyakovlev <AT> 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)
