boringssl/crypto/modes/asm
Adam Langley a91fd063cf Don't use .arch in aarch64 asm with Clang.
Clang (3.6, at least) doesn't like .arch when its internal as is used.
Instead, one has to pass -march=armv8-a+crypto on the command line.

Change-Id: Ifc5b57fbebd0eb53658481b0a0c111e808c81d93
Reviewed-on: https://boringssl-review.googlesource.com/4411
Reviewed-by: Adam Langley <agl@google.com>
2015-05-05 00:28:03 +00:00
..
aesni-gcm-x86_64.pl Remove explicit .hiddens from x86_64 perlasm files. 2015-02-25 21:26:16 +00:00
ghash-armv4.pl Add assembly support for 32-bit iOS. 2015-05-04 22:44:24 +00:00
ghash-x86_64.pl Remove explicit .hiddens from x86_64 perlasm files. 2015-02-25 21:26:16 +00:00
ghash-x86.pl Build 32-bit assembly with SSE2 enabled. 2015-03-26 23:35:56 +00:00
ghashv8-armx.pl Don't use .arch in aarch64 asm with Clang. 2015-05-05 00:28:03 +00:00