]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/isa-l/erasure_code/gf_2vect_dot_prod_avx2.asm
import quincy beta 17.1.0
[ceph.git] / ceph / src / isa-l / erasure_code / gf_2vect_dot_prod_avx2.asm
index db37b0e2e7b6ac34e56c4685ed226095dddc756d..a06f67a4f7fabc7d662a23a120aa3fa46a50892b 100644 (file)
@@ -54,7 +54,7 @@
  %define PS     8
  %define LOG_PS 3
 
- %define func(x) x:
+ %define func(x) x: endbranch
  %macro FUNC_SAVE 0
        push    r12
  %endmacro
 
  %define PS 4
  %define LOG_PS 2
- %define func(x) x:
+ %define func(x) x: endbranch
  %define arg(x) [ebp + PS*2 + PS*x]
  %define var(x) [ebp - PS - PS*x]
 
@@ -248,7 +248,7 @@ section .text
 %endif
 
 align 16
-global gf_2vect_dot_prod_avx2:ISAL_SYM_TYPE_FUNCTION
+mk_global gf_2vect_dot_prod_avx2, function
 
 func(gf_2vect_dot_prod_avx2)
        FUNC_SAVE