aboutsummaryrefslogtreecommitdiff
path: root/crypto/armcap.c
AgeCommit message (Collapse)AuthorFilesLines
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov1-1/+1
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-23Add assembly support to ios64-cross.Andy Polyakov1-2/+4
Fix typos in ios64-cross config line. Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-121/+123
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-04Remove inconsistency in ARM support.Andy Polyakov1-1/+6
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-06-01Add linux-aarch64 taget.Andy Polyakov1-9/+62
armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
2014-05-04crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov1-0/+24
2013-09-15crypto/armcap.c: fix typo in rdtsc subroutine.Andy Polyakov1-1/+1
PR: 3125 Submitted by: Kyle McMartin
2011-10-24typoDr. Stephen Henson1-1/+1
2011-10-20armcap.c: auto-setup processor capability vector.Andy Polyakov1-0/+3
2011-07-17ARM assembler pack: add platform run-time detection.Andy Polyakov1-0/+77