]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/isa-l/erasure_code/gf_3vect_dot_prod_sse.asm
import quincy beta 17.1.0
[ceph.git] / ceph / src / isa-l / erasure_code / gf_3vect_dot_prod_sse.asm
index da0bdf920d884bbd776638baed7ffdb8f597591d..d52c72b7448f005eb7586953b30a5982931007d6 100644 (file)
@@ -52,7 +52,7 @@
  %define PS 8
  %define LOG_PS 3
 
- %define func(x) x:
+ %define func(x) x: endbranch
  %macro FUNC_SAVE 0
        push    r12
        push    r13
 
  %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]
 
@@ -261,7 +261,7 @@ section .text
 %endif
 
 align 16
-global gf_3vect_dot_prod_sse:ISAL_SYM_TYPE_FUNCTION
+mk_global gf_3vect_dot_prod_sse, function
 func(gf_3vect_dot_prod_sse)
        FUNC_SAVE
        SLDR    len, len_m