[0/5] Update <sys/platform/x86.h> for ISE revision 041

Message ID 20201008161232.135513-1-hjl.tools@gmail.com
Headers
Series Update <sys/platform/x86.h> for ISE revision 041 |

Message

H.J. Lu Oct. 8, 2020, 4:12 p.m. UTC
  Update CPUID support in <sys/platform/x86.h> for Intel Architecture
Instruction Set Extensions and Future Features Programming Reference
revision 041:

https://software.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html

for Intel UINTR, AVX512_FP16, AVX-VNNI, Intel HRESET, Fast Short REP CMP
and SCA (FSRCS), Fast Short REP STO (FSRS) and Fast Zero-Length REP MOV
(FZLRM).

H.J. Lu (5):
  <sys/platform/x86.h>: Add Intel UINTR support
  <sys/platform/x86.h>: Add AVX512_FP16 support
  <sys/platform/x86.h>: Add AVX-VNNI support
  <sys/platform/x86.h>: Add Intel HRESET support
  <sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM support

 manual/platform.texi               | 21 +++++++++++++++++++++
 sysdeps/x86/cpu-features.c         |  7 +++++++
 sysdeps/x86/sys/platform/x86.h     | 27 +++++++++++++++++++++------
 sysdeps/x86/tst-get-cpu-features.c | 12 ++++++++++++
 4 files changed, 61 insertions(+), 6 deletions(-)
  

Comments

H.J. Lu Oct. 9, 2020, 4:49 p.m. UTC | #1
On Thu, Oct 8, 2020 at 9:12 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> Update CPUID support in <sys/platform/x86.h> for Intel Architecture
> Instruction Set Extensions and Future Features Programming Reference
> revision 041:
>
> https://software.intel.com/content/www/us/en/develop/download/intel-architecture-instruction-set-extensions-programming-reference.html
>
> for Intel UINTR, AVX512_FP16, AVX-VNNI, Intel HRESET, Fast Short REP CMP
> and SCA (FSRCS), Fast Short REP STO (FSRS) and Fast Zero-Length REP MOV
> (FZLRM).
>
> H.J. Lu (5):
>   <sys/platform/x86.h>: Add Intel UINTR support
>   <sys/platform/x86.h>: Add AVX512_FP16 support
>   <sys/platform/x86.h>: Add AVX-VNNI support
>   <sys/platform/x86.h>: Add Intel HRESET support
>   <sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM support
>
>  manual/platform.texi               | 21 +++++++++++++++++++++
>  sysdeps/x86/cpu-features.c         |  7 +++++++
>  sysdeps/x86/sys/platform/x86.h     | 27 +++++++++++++++++++++------
>  sysdeps/x86/tst-get-cpu-features.c | 12 ++++++++++++
>  4 files changed, 61 insertions(+), 6 deletions(-)
>

I am checking them in.