Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module/icp/asm-arm/sha2: fix compiling on armv5/6
The `adr` insn in neon kernel generates an compiling error on armv5/6 target. Fix that by using `ldr`. Signed-off-by: Shengqi Chen <[email protected]>
- Loading branch information