~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gnuradio-core/src/lib/filter/ccomplex_dotprod_3dnow.S

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        #
92
92
        
93
93
        .p2align 4
94
 
.loop1: 
 
94
.Loop1: 
95
95
 
96
96
# complex prod: C += A * B,  w/ temp Z, mmPN=$80000000
97
97
#
165
165
 
166
166
.L1_test:
167
167
        decl    %ecx
168
 
        jge     .loop1
 
168
        jge     .Loop1
169
169
 
170
170
        # We've handled the bulk of multiplies up to here.
171
171
        # Let's see if original n_2_ccomplex_blocks was odd.
214
214
FUNC_TAIL(ccomplex_dotprod_3dnow)
215
215
        .ident  "Hand coded x86 3DNow! assembly"
216
216
 
 
217
 
 
218
#if defined(__linux__) && defined(__ELF__)
 
219
.section .note.GNU-stack,"",%progbits
 
220
#endif