X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Fccomplex_dotprod_3dnowext.S;h=1a09cc3e9463e53e948112177d2ab584660b58df;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=51493194ca2f9bdb8d13574632410af4e4b96f3f;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext.S b/gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext.S index 51493194..1a09cc3e 100644 --- a/gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext.S +++ b/gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnowext.S @@ -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