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 C1B16158043 for ; Thu, 18 Apr 2024 19:32:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A72DCE2A44; Thu, 18 Apr 2024 19:32:22 +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 83C5CE2A45 for ; Thu, 18 Apr 2024 19:32:22 +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 CB2443434C7 for ; Thu, 18 Apr 2024 19:32:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3CA81721 for ; Thu, 18 Apr 2024 19:32:17 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1713468709.092d34666c7117b376e3b6b0b3a309879a7209b2.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/kitty/files/kitty-0.33.0-no-simd.patch X-VCS-Directories: x11-terms/kitty/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 092d34666c7117b376e3b6b0b3a309879a7209b2 X-VCS-Branch: master Date: Thu, 18 Apr 2024 19:32:17 +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: 21102a5d-cadb-43cb-af1b-9cb584802dbf X-Archives-Hash: 21240473a6ee1a4048285d214a0e0bc8 commit: 092d34666c7117b376e3b6b0b3a309879a7209b2 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Apr 18 18:17:17 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Apr 18 19:31:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092d3466 x11-terms/kitty: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36312 Signed-off-by: Conrad Kostecki gentoo.org> x11-terms/kitty/files/kitty-0.33.0-no-simd.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/x11-terms/kitty/files/kitty-0.33.0-no-simd.patch b/x11-terms/kitty/files/kitty-0.33.0-no-simd.patch deleted file mode 100644 index c1366c0ce73c..000000000000 --- a/x11-terms/kitty/files/kitty-0.33.0-no-simd.patch +++ /dev/null @@ -1,12 +0,0 @@ -Backport of fix for -DKITTY_NO_SIMD (aka for non-x86/amd64/arm64) -https://github.com/kovidgoyal/kitty/issues/7225 -https://github.com/kovidgoyal/kitty/commit/393169f79daf60c038b3e11e657fa5f3ee41c24c ---- a/kitty/simd-string-impl.h -+++ b/kitty/simd-string-impl.h -@@ -21,5 +21,5 @@ - bool FUNC(utf8_decode_to_esc)(UTF8Decoder *d UNUSED, const uint8_t *src UNUSED, size_t src_sz UNUSED) NOSIMD - const uint8_t* FUNC(find_either_of_two_bytes)(const uint8_t *haystack UNUSED, const size_t sz UNUSED, const uint8_t a UNUSED, const uint8_t b UNUSED) NOSIMD --void FUNC(xor_data64)(const uint8_t key[64], uint8_t* data, const size_t data_sz); -+void FUNC(xor_data64)(const uint8_t key[64] UNUSED, uint8_t* data UNUSED, const size_t data_sz UNUSED) NOSIMD - #undef NOSIMD - #else