From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 360021580EB for ; Wed, 28 May 2025 09:14:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EB4E6343188 for ; Wed, 28 May 2025 09:14:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CA949110480; Wed, 28 May 2025 09:13:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C0F76110480 for ; Wed, 28 May 2025 09:13:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75E9234312C for ; Wed, 28 May 2025 09:13:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD1D328F0 for ; Wed, 28 May 2025 09:13:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1748423573.2b04c2ebd0f7ac9fe1bf48cba7bc5bbb6dd88b75.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2b04c2ebd0f7ac9fe1bf48cba7bc5bbb6dd88b75 X-VCS-Branch: master Date: Wed, 28 May 2025 09:13:52 +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: 0eaa1fce-7f07-4fec-8617-2e67ce10af6c X-Archives-Hash: 75b0de1e4714b8c073f511d77b6a9172 commit: 2b04c2ebd0f7ac9fe1bf48cba7bc5bbb6dd88b75 Author: Michał Górny gentoo org> AuthorDate: Mon May 26 15:08:18 2025 +0000 Commit: Michał Górny gentoo 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 gentoo.org> Part-of: https://github.com/gentoo/gentoo/pull/42265 Signed-off-by: Michał Górny 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