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
poly1305_arm_asm.S Fix ARM Clang build. 2015-05-05 00:24:59 +00:00
poly1305_arm.c
poly1305_vec.c
poly1305.c