Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_sse64.S
index f234888694d0d7edce34c1f41a162811cecd79a5..6da4f2eb41bc43dded08a4e22c83b7104246f8e3 100644 (file)
@@ -85,7 +85,7 @@ GLOB_SYMB(ccomplex_dotprod_sse):
        #
        
        .p2align 4
-.loop1:        
+.Loop1:        
 
 # complex prod: C += A * B,  w/ temp Z & Y (or B), xmmPN=$0x8000000080000000
 #
@@ -141,7 +141,7 @@ GLOB_SYMB(ccomplex_dotprod_sse):
 
 .L1_test:
        dec     %rax
-       jge     .loop1
+       jge     .Loop1
 
        # We've handled the bulk of multiplies up to here.
        # Let's sse if original n_2_ccomplex_blocks was odd.
@@ -189,3 +189,7 @@ GLOB_SYMB(ccomplex_dotprod_sse):
 
 FUNC_TAIL(ccomplex_dotprod_sse)
        .ident  "Hand coded x86_64 SSE assembly"
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif