aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/armcap.c
Commit message (Collapse)AuthorAgeFilesLines
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-201-1/+1
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-2/+4
| | | | | | Fix typos in ios64-cross config line. Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-121/+123
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove inconsistency in ARM support.Andy Polyakov2015-01-041-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>
* Add linux-aarch64 taget.Andy Polyakov2014-06-011-9/+62
| | | | | | | armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
* crypto/armcap.c: detect ARMv8 capabilities [in 32-bit build].Andy Polyakov2014-05-041-0/+24
|
* crypto/armcap.c: fix typo in rdtsc subroutine.Andy Polyakov2013-09-151-1/+1
| | | | | PR: 3125 Submitted by: Kyle McMartin
* typoDr. Stephen Henson2011-10-241-1/+1
|
* armcap.c: auto-setup processor capability vector.Andy Polyakov2011-10-201-0/+3
|
* ARM assembler pack: add platform run-time detection.Andy Polyakov2011-07-171-0/+77