comparison i386/cputest.c @ 429:718a22dc121f libavcodec

license/copyright change
author glantau
date Sat, 25 May 2002 22:45:33 +0000
parents ab64a3fc62bf
children 6a9c3ecf2dec
comparison
equal deleted inserted replaced
428:dd4f4c3d7171 429:718a22dc121f
1 /* Cpu detection code, extracted from mmx.h ((c)1997-99 by H. Dietz 1 /* Cpu detection code, extracted from mmx.h ((c)1997-99 by H. Dietz
2 and R. Fisher). Converted to C and improved by Gerard Lantau */ 2 and R. Fisher). Converted to C and improved by Fabrice Bellard */
3 3
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include "../dsputil.h" 5 #include "../dsputil.h"
6 6
7 /* ebx saving is necessary for PIC. gcc seems unable to see it alone */ 7 /* ebx saving is necessary for PIC. gcc seems unable to see it alone */