]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add system guessing for linux64-loongarch64 target
authorXi Ruoyao <xry111@xry111.site>
Thu, 20 Jul 2023 23:59:07 +0000 (07:59 +0800)
committerTomas Mraz <tomas@openssl.org>
Tue, 1 Aug 2023 17:41:46 +0000 (19:41 +0200)
commit160f48941d143cf2682df4e938ba953c96ac3c7a
treea55fd96b3ef8624512c176958aebe43abb80c510
parenteb2ff04cc75934fed2d8b6f3085d262978ae6033
Add system guessing for linux64-loongarch64 target

Now the default is linux-generic32, it's not good for loongarch64.

We can also test if the assembler supports vector instructions here and
disable asm if not.

Closes #21340.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21510)
util/perl/OpenSSL/config.pm