summaryrefslogtreecommitdiffstats
path: root/crypto/armv4cpuid.S
AgeCommit message (Collapse)Author
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
This facilitates "universal" builds, ones that target multiple architectures, e.g. ARMv5 through ARMv7. See commentary in Configure for details. Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Matt Caswell <matt@openssl.org>
2014-10-30armv4cpuid.S: fix compilation error in pre-ARMv7 build.Andy Polyakov
PR: 3474 Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2014-06-06ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov
Pointer out and suggested by: Ard Biesheuvel.
2014-06-01armv4cpuid.S: switch to CNTVCT tick counter.Andy Polyakov
2014-05-04crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov
2011-11-05armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler.Andy Polyakov
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov