[FFmpeg-devel] [PATCH]Remove test for cpuid instruction from cpuid.c
Carl Eugen Hoyos
cehoyos
Sun Nov 23 17:50:28 CET 2008
Hi!
Aurelien Jacobs <aurel <at> gnuage.org> writes:
> > > > Please replace pushf/popf by pushfd/popfd.
> >
> > /tmp/cc3SAE8s.s: Assembler messages:
> > /tmp/cc3SAE8s.s:10: Error: no such instruction: `pushfd'
> > /tmp/cc3SAE8s.s:15: Error: no such instruction: `popfd'
> > /tmp/cc3SAE8s.s:16: Error: no such instruction: `pushfd'
>
> What about pushfl/popfl ? At least gcc support this.
Thank you.
s/pushf/pushfl
s/popf/popfl
also works.
Michael, which solution do you prefer?
Carl Eugen
More information about the ffmpeg-devel
mailing list