Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ASM optimizations for Windows on Arm
Windows on Arm (WoA) builds are currently using the C implementations of the various functions within BoringSSL. This patch enables feature detection for the Neon and hardware crypto optimizations, and updates the perl script to generate AArch64 .S files for WoA. Note these files use GNU assembler syntax (specifically tested with Clang assembler), not armasm. Change-Id: Id8841f4db0498ec16215095a4e6bd60d427cd54b Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/43304 Commit-Queue: David Benjamin <[email protected]> Reviewed-by: David Benjamin <[email protected]>
- Loading branch information