boringssl/crypto/poly1305
Adam Langley 041e4dd5e2 Fix ARM Clang build.
The immediate in this operation is too large for ARM. GCC will
automatically rewrite it to use bic (where bic does an AND NOT). Clang,
however doesn't, and reasonably throws an error.

This change switches to using bic in the source file, thus making both
happy.

Change-Id: I958fa29b88bffeab20c6ee11660736222a2e6986
Reviewed-on: https://boringssl-review.googlesource.com/4410
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-05-05 00:24:59 +00:00
..
CMakeLists.txt Change CMakeLists.txt to two-space indent. 2015-01-28 16:37:10 -08:00
poly1305_arm_asm.S Fix ARM Clang build. 2015-05-05 00:24:59 +00:00
poly1305_arm.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
poly1305_vec.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
poly1305.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00