Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_3dnowext.S
index 51493194ca2f9bdb8d13574632410af4e4b96f3f..1a09cc3e9463e53e948112177d2ab584660b58df 100644 (file)
@@ -89,7 +89,7 @@ GLOB_SYMB(ccomplex_dotprod_3dnowext):
        #
        
        .p2align 4
-.loop1:        
+.Loop1:        
 
 # complex prod: C += A * B,  w/ temp Z
 #
@@ -144,7 +144,7 @@ GLOB_SYMB(ccomplex_dotprod_3dnowext):
 
 .L1_test:
        decl    %ecx
-       jge     .loop1
+       jge     .Loop1
 
        # We've handled the bulk of multiplies up to here.
        # Let's see if original n_2_ccomplex_blocks was odd.
@@ -189,3 +189,7 @@ GLOB_SYMB(ccomplex_dotprod_3dnowext):
 FUNC_TAIL(ccomplex_dotprod_3dnowext)
        .ident  "Hand coded x86 3DNow!Ext assembly"
 
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif