Adding ability for FIR filter with internal buffer to decimate.
[debian/gnuradio] / gnuradio-core / src / lib / filter / complex_dotprod_3dnow64.S
index 1413c6ceba569b3c2bc34c7b828fc910b393e2f9..fe9784550d9357402c085f169bcb0c4f05397454 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,
@@ -15,8 +15,8 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with GNU Radio; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
 # 
 
 
@@ -100,7 +100,7 @@ GLOB_SYMB(complex_dotprod_3dnow):
        #
        
        .p2align 4
-.loop1:        
+.Loop1:        
        pfmul   0(%rsi), %mm0
        pfadd   %mm2, %mm6
 
@@ -145,7 +145,7 @@ GLOB_SYMB(complex_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
@@ -181,3 +181,7 @@ GLOB_SYMB(complex_dotprod_3dnow):
 FUNC_TAIL(complex_dotprod_3dnow)
        .ident  "Hand coded x86_64 3DNow! assembly"
 
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif