public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add AVX512-FP16 support.
@ 2021-07-29  8:38 Felix Willgerodt
  2021-07-29  8:38 ` [PATCH 1/2] Add half support for AVX512 register view Felix Willgerodt
  2021-07-29  8:38 ` [PATCH 2/2] gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386 Felix Willgerodt
  0 siblings, 2 replies; 11+ messages in thread
From: Felix Willgerodt @ 2021-07-29  8:38 UTC (permalink / raw)
  To: gdb-patches

New CPUs will add support for the FP16 data type in AVX512:
https://software.intel.com/content/www/us/en/develop/download/intel-avx512-fp16-architecture-specification.html

This comes with ABI changes that allow _Float16 and _Float16 _Complex as
function arguments and return values.

This series adds support for the register view and ABI changes.

Regards,
Felix

Felix Willgerodt (2):
  Add half support for AVX512 register view.
  gdb: Enable finish command and inferior calls for _Float16 on amd64
    and i386.

 gdb/amd64-tdep.c                              |  12 +-
 gdb/features/i386/32bit-sse.c                 |   5 +
 gdb/features/i386/32bit-sse.xml               |   2 +
 gdb/features/i386/64bit-avx512.c              |   5 +
 gdb/features/i386/64bit-avx512.xml            |   2 +
 gdb/features/i386/64bit-sse.c                 |   5 +
 gdb/features/i386/64bit-sse.xml               |   2 +
 gdb/i386-tdep.c                               |  15 +-
 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c   |  38 ++++
 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp |  63 +++++++
 gdb/testsuite/gdb.arch/x86-avx512fp16.c       | 164 ++++++++++++++++++
 gdb/testsuite/gdb.arch/x86-avx512fp16.exp     |  68 ++++++++
 gdb/testsuite/lib/gdb.exp                     |  51 ++++++
 13 files changed, 425 insertions(+), 7 deletions(-)
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.c
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16-abi.exp
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.c
 create mode 100644 gdb/testsuite/gdb.arch/x86-avx512fp16.exp

-- 
2.25.4

Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de <http://www.intel.de>
Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva  
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-09-03 14:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  8:38 [PATCH 0/2] Add AVX512-FP16 support Felix Willgerodt
2021-07-29  8:38 ` [PATCH 1/2] Add half support for AVX512 register view Felix Willgerodt
2021-09-03 12:30   ` Simon Marchi
2021-09-03 12:55     ` Willgerodt, Felix
2021-09-03 12:59       ` Simon Marchi
2021-07-29  8:38 ` [PATCH 2/2] gdb: Enable finish command and inferior calls for _Float16 on amd64 and i386 Felix Willgerodt
2021-07-29 16:03   ` Luis Machado
2021-07-30  7:52     ` Willgerodt, Felix
2021-07-30 12:04       ` Luis Machado
2021-09-03 12:37         ` Simon Marchi
2021-09-03 14:00           ` Willgerodt, Felix

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).