From d08ea43e9ada434f42f4be8e115b67ab22ce38af Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 16 Mar 2024 12:48:38 +0000 Subject: gentoo auto-resync : 16:03:2024 - 12:48:37 --- x11-terms/kitty/files/kitty-0.33.0-no-simd.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 x11-terms/kitty/files/kitty-0.33.0-no-simd.patch (limited to 'x11-terms/kitty/files/kitty-0.33.0-no-simd.patch') 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 new file mode 100644 index 000000000000..c1366c0ce73c --- /dev/null +++ b/x11-terms/kitty/files/kitty-0.33.0-no-simd.patch @@ -0,0 +1,12 @@ +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 -- cgit v1.2.3