Chromium Code Reviews| Index: third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
| diff --git a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
| index 9c632910701e30514a306dd1e89dc80c638d240f..049ccb6ca4225815fd73d50aef69febe59ce7fe7 100644 |
| --- a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
| +++ b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S |
| @@ -2,9 +2,7 @@ |
| #if __ARM_MAX_ARCH__>=7 |
| .text |
| -#if !defined(__clang__) |
| .arch armv8-a+crypto |
| -#endif |
| .align 5 |
| .Lrcon: |
| .long 0x01,0x01,0x01,0x01 |