summaryrefslogtreecommitdiff
path: root/mpi/amd64/mpih-rshift.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/amd64/mpih-rshift.S')
-rw-r--r--mpi/amd64/mpih-rshift.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/amd64/mpih-rshift.S b/mpi/amd64/mpih-rshift.S
index 4cfc8f60..311b85b9 100644
--- a/mpi/amd64/mpih-rshift.S
+++ b/mpi/amd64/mpih-rshift.S
@@ -42,6 +42,7 @@
.text
.globl C_SYMBOL_NAME(_gcry_mpih_rshift)
C_SYMBOL_NAME(_gcry_mpih_rshift:)
+ FUNC_ENTRY()
movq (%rsi), %mm7
movd %ecx, %mm1
movl $64, %eax
@@ -77,4 +78,5 @@ C_SYMBOL_NAME(_gcry_mpih_rshift:)
.Lende: psrlq %mm1, %mm2
movq %mm2, -8(%rdi)
emms
+ FUNC_EXIT()
ret