mirror of https://github.com/mpv-player/mpv
Fix incorrect information for P4 family CPU, patch by Zuxy <zuxy POIS meng AH gmail POIS com>
Original thread: Date: Oct 2, 2005 11:08 AM Subject: [MPlayer-dev-eng] [Patch] Correction of P4 family CPUs detection in cputable.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16656 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
abec4e3d3e
commit
d2f5cab206
10
cputable.h
10
cputable.h
|
@ -119,11 +119,11 @@ static const char *cpuname
|
|||
/* D */ F_UNKNOWN,
|
||||
/* E */ F_UNKNOWN,
|
||||
/* F extended family (P4/new IA-64)*/ {
|
||||
/* 0 */ N_UNKNOWN,
|
||||
/* 1 */ "Pentium 4/Xeon Willamette",
|
||||
/* 2 */ "Pentium 4/Xeon/Celeron Foster",
|
||||
/* 3 */ "Pentium 4/Xeon/Celeron Northwood",
|
||||
/* 4 */ N_UNKNOWN,
|
||||
/* 0 */ "Pentium 4 Willamette/Xeon Foster",
|
||||
/* 1 */ "Pentium 4 Willamette/Xeon Foster",
|
||||
/* 2 */ "Pentium 4/Celeron D Northwood/Xeon Prestonia/Gallatin",
|
||||
/* 3 */ "Pentium 4/Celeron D Prescott/Xeon Nocona",
|
||||
/* 4 */ "Pentium 4/Celeron D Prescott/Xeon Nocona",
|
||||
/* 5 */ N_UNKNOWN,
|
||||
/* 6 */ N_UNKNOWN,
|
||||
/* 7 */ N_UNKNOWN,
|
||||
|
|
Loading…
Reference in New Issue