Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add comment for crypto_cpu_caps_aarch64. | jsing | 2024-11-12 | 1 | -1/+2 |
| | |||||
* | Replace aarch64 CPU capabilities detection code. | jsing | 2024-11-08 | 1 | -0/+96 |
Replace the aarch64 CPU detection code with a version that parses ISAR0, avoiding signal handling and SIGILL. This gets ISAR0 via sysctl(), but this can be adapted to other mechanisms for other platforms (or alternatively the same can be achieved via HWCAP). This now follows the same naming/design as used by amd64 and i386, hence define HAVE_CRYPTO_CPU_CAPS_INIT for aarch64. ok kettenis@ tb@ |