commit: de95a7bc1adb98fb4ed36ac08540b09544c25b84 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Jun 7 22:45:40 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Jun 7 23:23:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de95a7bc
profiles/desc/cpu_flags_ppc.desc: add vsx2 description Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> profiles/desc/cpu_flags_ppc.desc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/desc/cpu_flags_ppc.desc b/profiles/desc/cpu_flags_ppc.desc index cddd07f1706..5d3aad787db 100644 --- a/profiles/desc/cpu_flags_ppc.desc +++ b/profiles/desc/cpu_flags_ppc.desc @@ -1,6 +1,7 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 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) +vsx2 - Use the Vector Scalar Extension v.2 instruction set (POWER8 and later) vsx3 - Use the Vector Scalar Extension v.3 instruction set (POWER9 and later)
