Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu-ppc.c: derive ppc64le assembly entry points from ppccap.c
The powerpc64le assembly implementations for certain algorithms are not directly callable, unlike on other architectures. Therefore, they require a small amount of preprocessing handled by some C code. This commit adds a new file derived from OpenSSL's 'ppccap.c', which provides the expected entry point functions. This commit is also derived from the original ppc64 support pull request by q66: briansmith#819 I agree to license my contributions to each file under the terms given at the top of each file I changed.
- Loading branch information