Changes between Initial Version and Version 1 of Ticket #21292


Ignore:
Timestamp:
Sep 10, 2009, 9:47:19 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21292 – Description

    initial v1  
    22sudo port install gnuradio produces the following during the build of gnuradio-core.
    33
    4 float_dotprod_3dnow.S:63:suffix or operands invalid for `push'[[BR]]
    5 float_dotprod_3dnow.S:67:suffix or operands invalid for `pop'[[BR]]
    6 float_dotprod_sse.S:63:suffix or operands invalid for `push'[[BR]]
    7 float_dotprod_sse.S:163:suffix or operands invalid for `pop'[[BR]]
     4{{{
     5float_dotprod_3dnow.S:63:suffix or operands invalid for `push'
     6float_dotprod_3dnow.S:67:suffix or operands invalid for `pop'
     7float_dotprod_sse.S:63:suffix or operands invalid for `push'
     8float_dotprod_sse.S:163:suffix or operands invalid for `pop'
     9}}}
    810
    911These files appear to be the 32-bit versions as there are also files named float_dotprod_3dnow64.S and float_dotprod_sse64.S.