提交 2507903e 编写于 作者: X XiaokangQian 提交者: Tomas Mraz

Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblers

The EOR3 instruction is implemented with .inst, and the code here is enabled
using run-time detection of the CPU capabilities, so no need to explicitly
ask for the sha3 extension.

Fixes #17773
Reviewed-by: NKurt Roeckx <kurt@roeckx.be>
Reviewed-by: NTomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17795)
上级 2cc7c9b6
......@@ -174,7 +174,7 @@ $code=<<___;
#if __ARM_MAX_ARCH__>=8
___
$code.=".arch armv8.2-a+crypto\n.arch_extension sha3\n.text\n";
$code.=".arch armv8.2-a+crypto\n.text\n";
$input_ptr="x0"; #argument block
$bit_length="x1";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册