[MPlayer-dev-eng] symbol mangling prob on win32
Michael Niedermayer
michaelni at gmx.at
Fri Jan 18 17:50:01 CET 2002
- Previous message: [MPlayer-dev-eng] symbol mangling prob on win32
- Next message: [MPlayer-dev-eng] Re: [Mplayer-cvslog] CVS: main Makefile,1.139,1.140 cfgparser.c,1.38,1.39 cfgparser.h,1.9,1.10 dec_video.c,1.83,1.84 mencoder.c,1.56,1.57 mplayer.c,1.365,1.366 playtree.c,1.2,1.3 playtree.h,1.1,1.2 playtreeparser.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hi
On Friday 18 January 2002 16:53, Kim Minh Kaplan wrote:
> Felix Buenemann <atmosfear at users.sourceforge.net> writes:
[...]
> > What do you think, is the best way to handle the problem (var in inline
> > asm on win32 must be _var, but outside inline asm stays var)?
>
> How about letting Gcc handle all this by itself?
its problematic, the docs say its only required to handle up to 9 operands
and it often fails with fewer, because of lack of registers allthough that
shouldnt be a problem here and whats worse is that the code becomes even less
readable
"movq %0, %%mm0;" ... what was %0 ... ahh 5 pages later "m"(bFF)
vs.
"movq "MANGLE(bFF)", %%mm0;"
[...]
Michael
- Previous message: [MPlayer-dev-eng] symbol mangling prob on win32
- Next message: [MPlayer-dev-eng] Re: [Mplayer-cvslog] CVS: main Makefile,1.139,1.140 cfgparser.c,1.38,1.39 cfgparser.h,1.9,1.10 dec_video.c,1.83,1.84 mencoder.c,1.56,1.57 mplayer.c,1.365,1.366 playtree.c,1.2,1.3 playtree.h,1.1,1.2 playtreeparser.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-dev-eng
mailing list