Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check the correct variable in cpuid(). | jsing | 2024-11-12 | 1 | -2/+2 |
| | |||||
* | Remove IA32 specific code from cryptlib.c. | jsing | 2024-10-19 | 1 | -2/+8 |
| | | | | | | Move the IA32 specific code to arch/{amd64,i386}/crypto_cpu_caps.c, rather than polluting cryptlib.c with machine dependent code. A stub version of crypto_cpu_caps_ia32() still remains for now. | ||||
* | Provide crypto_cpu_caps_init() for i386. | jsing | 2024-10-18 | 1 | -0/+114 |
This is the same CPU capabilities code that is now used for amd64. Like amd64 we now only populate OPENSSL_ia32cap_P with bits used by perlasm. Discussed with tb@ |