Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / filter / ccomplex_dotprod_3dnowext64.S
index 2f062cf433121f0536ce95a39433c92e4be92b42..75f5af2801f90be68e37e4c0946f3f074b197705 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:
        dec     %rax
-       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.
@@ -186,3 +186,7 @@ GLOB_SYMB(ccomplex_dotprod_3dnowext):
 FUNC_TAIL(ccomplex_dotprod_3dnowext)
        .ident  "Hand coded x86_64 3DNow!Ext assembly"
 
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif