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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EBE9158083 for ; Thu, 5 Sep 2024 02:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBAE2E2A5D; Thu, 5 Sep 2024 02:12:29 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id A0A19E2A5D for ; Thu, 5 Sep 2024 02:12:29 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB3D5340C53 for ; Thu, 5 Sep 2024 02:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266651F38 for ; Thu, 5 Sep 2024 02:12:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1725502289.dbefa109aa6f9239964c8b1c26ca35a59ccc5b40.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openpgl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/openpgl/openpgl-0.5.0-r1.ebuild media-libs/openpgl/openpgl-0.6.0.ebuild X-VCS-Directories: media-libs/openpgl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dbefa109aa6f9239964c8b1c26ca35a59ccc5b40 X-VCS-Branch: master Date: Thu, 5 Sep 2024 02:12:26 +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: cea1eeca-9016-4e8b-a49d-a354d8ed0dad X-Archives-Hash: f7234b2c5626d666ac8f7451f7b95a83 commit: dbefa109aa6f9239964c8b1c26ca35a59ccc5b40 Author: Paul Zander gmail com> AuthorDate: Mon Sep 2 14:21:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 5 02:11:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbefa109 media-libs/openpgl: clarify neon2x Signed-off-by: Paul Zander gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/openpgl/openpgl-0.5.0-r1.ebuild | 3 ++- media-libs/openpgl/openpgl-0.6.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/openpgl/openpgl-0.5.0-r1.ebuild b/media-libs/openpgl/openpgl-0.5.0-r1.ebuild index d4f48937ffda..9984537e2a11 100644 --- a/media-libs/openpgl/openpgl-0.5.0-r1.ebuild +++ b/media-libs/openpgl/openpgl-0.5.0-r1.ebuild @@ -41,7 +41,8 @@ src_configure() { -DOPENPGL_ISA_AVX512="$(usex cpu_flags_x86_avx512dq)" -DOPENPGL_ISA_NEON="$(usex arm64)" # TODO look into neon 2x support - # -DOPENPGL_ISA_NEON2X="$(usex cpu_flags_arm_neon2x)" + # neon2x is "double pumped" neon on apple silicon + # -DOPENPGL_ISA_NEON2X="$(usex cpu_flags_arm64_neon2x)" ) # This is currently needed on arm64 to get the NEON SIMD wrapper to compile the code successfully diff --git a/media-libs/openpgl/openpgl-0.6.0.ebuild b/media-libs/openpgl/openpgl-0.6.0.ebuild index f513e9bba38f..a3ebfbe61803 100644 --- a/media-libs/openpgl/openpgl-0.6.0.ebuild +++ b/media-libs/openpgl/openpgl-0.6.0.ebuild @@ -41,7 +41,8 @@ src_configure() { -DOPENPGL_ISA_AVX512="$(usex cpu_flags_x86_avx512dq)" -DOPENPGL_ISA_NEON="$(usex arm64)" # TODO look into neon 2x support - # -DOPENPGL_ISA_NEON2X="$(usex arm64)" + # neon2x is "double pumped" neon on apple silicon + # -DOPENPGL_ISA_NEON2X="$(usex cpu_flags_arm64_neon2x)" ) # This is currently needed on arm64 to get the NEON SIMD wrapper to compile the code successfully