Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_3dnowext.S
index 40041cf2a5fa396730c872e4078e6441c608588c..1a09cc3e9463e53e948112177d2ab584660b58df 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -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