Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / fcomplex_dotprod_3dnow64.S
index 1fc4a2478aa29c8785ad97eddc5941ff1f691cf6..2924d91a195c7b5f074f83242869bc8feae964e7 100644 (file)
@@ -91,7 +91,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow):
        #
        
        .p2align 4
-.loop1:        
+.Loop1:        
        pfmul   0(%rsi), %mm0
        pfadd   %mm2, %mm6
 
@@ -128,7 +128,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow):
 
 .L1_test:
        dec     %rax
-       jge     .loop1
+       jge     .Loop1
 
        # We've handled the bulk of multiplies up to here.
        # Now accumulate the final two additions and see if original
@@ -164,3 +164,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow):
 
 FUNC_TAIL(fcomplex_dotprod_3dnow)
        .ident  "Hand coded x86_64 3DNow! assembly"
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif