Index: third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S |
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S |
index b08e5cbc4321b2bec0d2ac226a289711ff21711d..928a146571bf89b11655c02d9f7e0a721b381bd4 100644 |
--- a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S |
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S |
@@ -1755,21 +1755,6 @@ bn_from_mont8x: |
.Lfrom_epilogue: |
.byte 0xf3,0xc3 |
.size bn_from_mont8x,.-bn_from_mont8x |
-.globl bn_get_bits5 |
-.hidden bn_get_bits5 |
-.type bn_get_bits5,@function |
-.align 16 |
-bn_get_bits5: |
- movq %rdi,%r10 |
- movl %esi,%ecx |
- shrl $3,%esi |
- movzwl (%r10,%rsi,1),%eax |
- andl $7,%ecx |
- shrl %cl,%eax |
- andl $31,%eax |
- .byte 0xf3,0xc3 |
-.size bn_get_bits5,.-bn_get_bits5 |
- |
.globl bn_scatter5 |
.hidden bn_scatter5 |
.type bn_scatter5,@function |