]> git.ipfire.org Git - thirdparty/grub.git/commit
keccak: Disable acceleration with SSE asm
authorVladimir Serbinenko <phcoder@gmail.com>
Mon, 7 Jul 2025 14:52:12 +0000 (14:52 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 11 Jul 2025 21:12:51 +0000 (23:12 +0200)
commitd65810b01c80ff34e3228a41e63c2703472d6fb6
tree79b8634a9f3190e86ee52ea5ddef8aa57f848447
parentf808ef0d287ec8ae795b9e76f11cea184c22559e
keccak: Disable acceleration with SSE asm

Libgcrypt code assumes that on x64 all SSE registers are fair game.
While it's true that CPUs in question support it, we disable it in
our compilation options. Disable the offending optimization.

Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/lib/libgcrypt-patches/02_keccak_sse.patch [new file with mode: 0644]