Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename cpu_caps apple to darwin | Brent Cook | 2025-05-19 | 1 | -0/+0 |
| | |||||
* | add windows aarch64 cpu_caps | Brent Cook | 2025-05-19 | 1 | -0/+36 |
| | |||||
* | add linux aarc64 cpu_caps | Brent Cook | 2025-05-19 | 1 | -0/+62 |
| | |||||
* | create noop and apple cpu_caps checks for aarch64 | Brent Cook | 2025-05-19 | 2 | -0/+86 |
| | |||||
* | Sync opensslconf.h, add crypto_arch.h for mips | Theo Buehler | 2025-04-12 | 1 | -0/+21 |
| | | | | | | | This was easy enough to make compile. As long as it doesn't get in the way, I think we can keep this. Fixes #1110 | ||||
* | Basic loongarch64 support | Ivan A. Melnikov | 2025-04-10 | 1 | -0/+21 |
Just wire things up to make the project buildable on LoongArch64. opensslconf.h is taken form riscv64 folder as is, and is the same as on some other 64 bit architectures. Refs: https://github.com/libressl/portable/issues/1123 Signed-off-by: Ivan A. Melnikov <iv@altlinux.org> |