]> git.sesse.net Git - vlc/commit
. a few changes in the CPU extensions detection code, borrowed from the
authorSam Hocevar <sam@videolan.org>
Tue, 16 Jan 2001 16:09:52 +0000 (16:09 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 16 Jan 2001 16:09:52 +0000 (16:09 +0000)
commitba59eb048e12487560105d850ee8731dae218d3d
tree6bc1fa994cadcffa875c49e4883fcdb9c1eb6bd8
parent5464102fa76cd5fbe5990f3b00a016ac24f12cf5
 . a few changes in the CPU extensions detection code, borrowed from the
   kernel and from mpeg2dec. I still don't know how to detect if code
   compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are
   quite obtuse to me. Perhaps we should also have a way not to load modules
   if they have been compiled with a different CPU to avoid segfaults.
include/main.h
include/tests.h
plugins/idct/idctmmx.c
plugins/idct/idctmmxext.c
plugins/yuv/video_yuvmmx.c
src/interface/main.c
src/misc/tests.c