X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Flib%2Ffilter%2Ffcomplex_dotprod_3dnow.S;h=8c49909c5c157937f7e1ce148a91e7d047e55e69;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=6afc386136d0ffa553a0a64538056ed9854b2603;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow.S b/gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow.S index 6afc3861..8c49909c 100644 --- a/gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow.S +++ b/gnuradio-core/src/lib/filter/fcomplex_dotprod_3dnow.S @@ -92,7 +92,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow): # .p2align 4 -.loop1: +.Loop1: pfmul 0(%edx), %mm0 pfadd %mm2, %mm6 @@ -129,7 +129,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow): .L1_test: decl %ecx - jge .loop1 + jge .Loop1 # We've handled the bulk of multiplies up to here. # Now accumulate the final two additions and see if original @@ -170,3 +170,7 @@ GLOB_SYMB(fcomplex_dotprod_3dnow): FUNC_TAIL(fcomplex_dotprod_3dnow) .ident "Hand coded x86 3DNow! assembly" + +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif