[MPlayer-cvslog] r37854 - trunk/cpuinfo.c

Dominik 'Rathann' Mierzejewski dominik at greysector.net
Sat Apr 16 11:07:11 CEST 2016


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?

Regards,
Dominik
-- 
MPlayer http://mplayerhq.hu | RPM Fusion http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan


More information about the MPlayer-cvslog mailing list