[MPlayer-cvslog] r37854 - trunk/cpuinfo.c
Zuxy
zuxy.meng at gmail.com
Sat Apr 16 11:42:47 CEST 2016
On 4/16/16 2:07 AM, Dominik 'Rathann' Mierzejewski wrote:
> On Saturday, 16 April 2016 at 01:36, zuxy wrote:
>> Author: zuxy
>> Date: Sat Apr 16 01:36:28 2016
>> New Revision: 37854
>>
>> Log:
>> Update CPUID flags
>>
>> Modified:
>> trunk/cpuinfo.c
>>
>> Modified: trunk/cpuinfo.c
>> ==============================================================================
>> --- trunk/cpuinfo.c Wed Apr 6 21:58:21 2016 (r37853)
>> +++ trunk/cpuinfo.c Sat Apr 16 01:36:28 2016 (r37854)
> [...]
>> @@ -257,9 +263,21 @@ main(void)
>> CPUID_FEATURE_DEF(8, "3dnowprefetch", "3DNow! Prefetch/PrefetchW"),
>> CPUID_FEATURE_DEF(9, "osvw", "OS Visible Workaround"),
>> CPUID_FEATURE_DEF(10, "ibs", "Instruction Based Sampling"),
>> - CPUID_FEATURE_DEF(11, "sse5", "SSE5 Extensions"),
>> + CPUID_FEATURE_DEF(11, "xop", "XOP Extensions"),
>> CPUID_FEATURE_DEF(12, "skinit", "SKINIT, STGI, and DEV Support"),
>> CPUID_FEATURE_DEF(13, "wdt", "Watchdog Timer Support"),
>> + CPUID_FEATURE_DEF(15, "lwp", "Lightweight Profiling"),
>> + CPUID_FEATURE_DEF(16, "fma4", "Fused Multiple Add with 4 Operands"),
>> + CPUID_FEATURE_DEF(16, "tce", "Translation cache extension"),
>
> Is it intentional that the two above have the same ID?
No it isn't. Thanks for the catch!
--
Zuxy
More information about the MPlayer-cvslog
mailing list