commit: 2b04c2ebd0f7ac9fe1bf48cba7bc5bbb6dd88b75 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon May 26 15:08:18 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed May 28 09:12:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b04c2eb
profiles/desc: Add avx_vnni to CPU_FLAGS_X86 As needed by `sci-ml/ollama::guru`. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42265 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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 9fc7a47752f4..3de7350d8c48 100644 --- a/profiles/desc/cpu_flags_x86.desc +++ b/profiles/desc/cpu_flags_x86.desc @@ -9,6 +9,7 @@ 3dnowext - Use the Enhanced 3DNow! instruction set aes - Enable support for Intel's AES instruction set (AES-NI) avx - Adds support for Advanced Vector Extensions instructions +avx_vnni - Use AVX (VEX-encoded) versions of the Vector Neural Network Instructions avx2 - Adds support for Advanced Vector Extensions 2 instructions avx512_4fmaps - Use AVX-512 Fused Multiply-Accumulate Packed Single Precision instruction set avx512_4vnniw - Use AVX-512 Vector Neural Network Instructions Word Variable Precision
