summaryrefslogtreecommitdiff
path: root/cipher/blake2b-amd64-avx2.S
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/blake2b-amd64-avx2.S')
-rw-r--r--cipher/blake2b-amd64-avx2.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/blake2b-amd64-avx2.S b/cipher/blake2b-amd64-avx2.S
index 6bcc5652..08c816cd 100644
--- a/cipher/blake2b-amd64-avx2.S
+++ b/cipher/blake2b-amd64-avx2.S
@@ -207,6 +207,7 @@ _gcry_blake2b_transform_amd64_avx2:
* %rsi: blks
* %rdx: num_blks
*/
+ CFI_STARTPROC();
vzeroupper;
@@ -291,6 +292,7 @@ _gcry_blake2b_transform_amd64_avx2:
xor %eax, %eax;
vzeroall;
ret;
+ CFI_ENDPROC();
ELF(.size _gcry_blake2b_transform_amd64_avx2,
.-_gcry_blake2b_transform_amd64_avx2;)