public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin-patches@cygwin.com
Subject: Re: [PATCH] fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfo
Date: Fri, 23 Dec 2022 10:15:03 +0100	[thread overview]
Message-ID: <Y6Vxl/D9h/JytK7z@calimero.vinschen.de> (raw)
In-Reply-To: <4d0d6a99-5f21-33dc-c9fa-7d73eef030bd@Shaw.ca>

On Dec 22 13:26, Brian Inglis wrote:
> 
> Intel 0x00000007:1 EAX:26 lam	Linear Address Masking (& recent entries)
> ---
>  winsup/cygwin/fhandler/proc.cc | 4 ++++
>  1 file changed, 4 insertions(+)
> 

> diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cygwin/fhandler/proc.cc
> index 6643d1f1aa0f..75a6a85517cd 100644
> --- a/winsup/cygwin/fhandler/proc.cc
> +++ b/winsup/cygwin/fhandler/proc.cc
> @@ -1484,6 +1484,10 @@ format_proc_cpuinfo (void *, char *&destbuf)
>  
>  	  ftcprint (features1,  4, "avx_vnni");	    /* vex enc NN vec */
>  	  ftcprint (features1,  5, "avx512_bf16");  /* vec bfloat16 short */
> +/*	  ftcprint (features1,  7, "cmpccxadd"); */ /* CMPccXADD instructions */
> +/*	  ftcprint (features1, 21, "amx_fp16");	 */ /* AMX fp16 Support */
> +/*	  ftcprint (features1, 23, "avx_ifma");	 */ /* Support for VPMADD52[H,L]UQ */
> +	  ftcprint (features1, 26, "lam");	    /* Linear Address Masking */
>  	}
>  
>        /* AMD cpuid 0x80000008 ebx */
> 

Pushed.


Thanks,
Corinna

  reply	other threads:[~2022-12-23  9:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 20:26 Brian Inglis
2022-12-23  9:15 ` Corinna Vinschen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-17 21:44 Brian Inglis
2022-12-17 21:14 Brian Inglis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y6Vxl/D9h/JytK7z@calimero.vinschen.de \
    --to=corinna-cygwin@cygwin.com \
    --cc=cygwin-patches@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).