All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Serbinenko <phcoder@gmail.com>
To: grub-devel@gnu.org
Cc: Vladimir Serbinenko <phcoder@gmail.com>
Subject: [PATCH 3/3] keccak: Disable acceleration with SSE asm
Date: Thu, 16 May 2024 21:27:43 +0300	[thread overview]
Message-ID: <20240516182743.2350-3-phcoder@gmail.com> (raw)
In-Reply-To: <20240516182743.2350-1-phcoder@gmail.com>

---
 grub-core/lib/libgcrypt/cipher/keccak.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/lib/libgcrypt/cipher/keccak.c b/grub-core/lib/libgcrypt/cipher/keccak.c
index 11e64b3e7..8b570263b 100644
--- a/grub-core/lib/libgcrypt/cipher/keccak.c
+++ b/grub-core/lib/libgcrypt/cipher/keccak.c
@@ -251,7 +251,7 @@ keccak_absorb_lane32bi(u32 *lane, u32 x0, u32 x1)
 /* Construct generic 64-bit implementation. */
 #ifdef USE_64BIT
 
-#if __GNUC__ >= 4 && defined(__x86_64__)
+#if __GNUC__ >= 4 && defined(__x86_64__) && 0
 
 static inline void absorb_lanes64_8(u64 *dst, const byte *in)
 {
-- 
2.39.2


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

  parent reply	other threads:[~2024-05-16 18:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-16 18:27 [PATCH 1/3] Import libgcrypt 1.10.3 Vladimir Serbinenko
2024-05-16 18:27 ` [PATCH 2/3] Adjust import script, definitions and API users for libgcrypt 1.10 Vladimir Serbinenko
2024-05-17 11:12   ` Daniel Kiper
2024-05-16 18:27 ` Vladimir Serbinenko [this message]
2024-05-17 11:15   ` [PATCH 3/3] keccak: Disable acceleration with SSE asm Daniel Kiper
2024-05-17 11:24     ` Vladimir 'phcoder' Serbinenko
2024-05-20 17:17       ` Daniel Kiper
2024-05-17 10:52 ` [PATCH 1/3] Import libgcrypt 1.10.3 Daniel Kiper
2024-05-21  7:32 ` Gary Lin via Grub-devel
2024-05-21 10:36   ` Vladimir 'phcoder' Serbinenko
2024-05-22  5:45     ` Gary Lin via Grub-devel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240516182743.2350-3-phcoder@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.