svn commit: r292528 - head/sys/x86/include

Conrad Meyer cem at FreeBSD.org
Mon Dec 21 21:41:43 UTC 2015


No, I didn't forget.  AVX512VBMI is a flag in ECX
("cpu_stdext_feature2") rather than EBX ("cpu_stdext_feature"), and
there aren't any macros for any of the ECX flags yet (PREFETCHWT1,
AVX512VBMI, PKU, and OSPKE).

Best,
Conrad

On Mon, Dec 21, 2015 at 12:57 PM, Ravi Pokala <rpokala at mac.com> wrote:
> -----Original Message-----
>
>
> From: <owner-src-committers at freebsd.org> on behalf of "Conrad E. Meyer" <cem at FreeBSD.org>
> Date: 2015-12-20, Sunday at 20:42
> To: <src-committers at freebsd.org>, <svn-src-all at freebsd.org>, <svn-src-head at freebsd.org>
> Subject: svn commit: r292528 - head/sys/x86/include
>
>>Author: cem
>>Date: Mon Dec 21 04:42:58 2015
>>New Revision: 292528
>>URL: https://svnweb.freebsd.org/changeset/base/292528
>>
>>Log:
>>  x86: Add CPUID_STDEXT_* macros for CPU feature bits
>>
>>  A follow-up to r292478 and r292488.
>
> Hi Conrad,
>
> Between those two changes, you added recognition for CLWB, PCOMMIT, AVX512DQ, AVX512IFMA, AVX512BW, and AVX512VBMI; this change adds macros for the first five, but it looks like you forgot about AVX512VBMI.
>
> -Ravi (rpokala@)
>


More information about the svn-src-head mailing list