[Mplayer-dev-eng] cpu detection

Nick Kurshev nickols_k at mail.ru
Wed May 9 17:43:36 CEST 2001


Hi!

On Wed, 9 May 2001 12:01:41 +0200 (CEST), Arpi wrote:

>I think that cpu detection stuff of mp3lib uses cpuid without
>any checking for its support... I mean, earlier 486 cpus
>doesn't have cpuid.
>It should be fixed, so that dear 486 users can watch divx :))))
>
Please see at d_cpu.s:
ipentium:
...
        cmpl   %eax,%ebx
        jz     no_cpuid
        movl   $1,%eax
        cpuid
...
no_cpuid:
        xorl   %eax,%eax
...
        ret



_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng



More information about the MPlayer-dev-eng mailing list