]> git.ipfire.org Git - thirdparty/openssl.git/commit
Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systems
authorTom Cosgrove <tom.cosgrove@arm.com>
Tue, 12 Nov 2024 08:27:27 +0000 (08:27 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 22 Nov 2024 13:56:04 +0000 (14:56 +0100)
commitea5817854cf67b89c874101f209f06ae016fd333
treebe3141e8af4b04aa6e53cfb5f880d92aad210e12
parent635bf4946a7e948f26a348ddc3b5a8d282354f64
Enable AES and SHA3 optimisations on Apple Silicon M4-based macOS systems

AES gets a performance enhancement of 7-33%.

Tested on an M4 Pro, but the CPU cores are the same on M4 and M4 Max.

Change-Id: I634c03f1d2b50fa5f8ca97dd65975e49d970c72b

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/25940)
crypto/armcap.c