boringssl/crypto/modes
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
..
asm Don't use .arch in aarch64 asm with Clang. 2015-05-05 00:28:03 +00:00
cbc.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
cfb.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
ctr.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
gcm_test.c Remove unnecessary NULL checks, part 4. 2015-05-04 23:13:12 +00:00
gcm.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
internal.h Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
ofb.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00