From 862e0d2e1b6524219a492873798a5b5c19589351 Mon Sep 17 00:00:00 2001 From: Aaron Green Date: Mon, 12 Feb 2018 13:07:28 -0800 Subject: Add cpu-aarch64-fuchsia.c Fuchsia/Zircon recently added support for exposing arm64 CPU features; this CL uses the new system call to set OPENSSL_armcap_P. Change-Id: I045dc0b58117afe6dae315a82bf9acfd8d99be1a Reviewed-on: https://boringssl-review.googlesource.com/25865 Reviewed-by: David Benjamin Commit-Queue: David Benjamin CQ-Verified: CQ bot account: commit-bot@chromium.org --- PORTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PORTING.md') diff --git a/PORTING.md b/PORTING.md index bf3807a..66347eb 100644 --- a/PORTING.md +++ b/PORTING.md @@ -210,7 +210,7 @@ strings and loading algorithms, etc. All of these functions still exist in BoringSSL for convenience, but they do nothing and are not necessary. The one exception is `CRYPTO_library_init`. In `BORINGSSL_NO_STATIC_INITIALIZER` -builds, it must be called to query CPU capabitilies before the rest of the +builds, it must be called to query CPU capabilities before the rest of the library. In the default configuration, this is done with a static initializer and is also unnecessary. -- cgit v1.1