History log of /external/boringssl/src/crypto/poly1305/poly1305_arm_asm.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
49977fa7e3048d41518223b704c90f1b82588904 18-Apr-2015 Adam Langley <agl@google.com> external/boringssl: fix 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: I117083f4f70c199e5d2f933c0a0516a6f4059a92
/external/boringssl/src/crypto/poly1305/poly1305_arm_asm.S
d9e397b599b13d642138480a28c14db7a136bf05 22-Jan-2015 Adam Langley <agl@google.com> Initial commit of BoringSSL for Android.
/external/boringssl/src/crypto/poly1305/poly1305_arm_asm.S