RE: [PING] floatformat.h: Add bfloat16 support.

2020-09-09 Thread Willgerodt, Felix via Gcc-patches
Thank you! Felix -Original Message- From: Joseph Myers Sent: Dienstag, 8. September 2020 19:40 To: Willgerodt, Felix Cc: gcc-patches@gcc.gnu.org Subject: RE: [PING] floatformat.h: Add bfloat16 support. On Tue, 8 Sep 2020, Willgerodt, Felix via Gcc-patches wrote: > Thanks for y

RE: [PING] floatformat.h: Add bfloat16 support.

2020-09-08 Thread Willgerodt, Felix via Gcc-patches
: Add bfloat16 support. On Mon, 7 Sep 2020, Willgerodt, Felix via Gcc-patches wrote: > @@ -133,6 +133,9 @@ extern const struct floatformat > floatformat_ia64_quad_little; > /* IBM long double (double+double). */ extern const struct > floatformat floatformat_ibm_long_double_big; ex

[PING] floatformat.h: Add bfloat16 support.

2020-09-07 Thread Willgerodt, Felix via Gcc-patches
Kindly pinging. Felix -Original Message- From: Felix Willgerodt Sent: Montag, 17. August 2020 13:37 To: Willgerodt, Felix ; gcc-patches@gcc.gnu.org Subject: [PATCH] floatformat.h: Add bfloat16 support. This change is motivated by a patchset that adds bfloat16 debugging support for new

RE: [PATCH v2 2/2] Add bfloat16 support for AVX512 register view.

2020-08-07 Thread Willgerodt, Felix via Gcc-patches
Kindly pinging for a review of the libiberty parts of this patch. (e.g. the changes in include/ and libiberty/) The readme in libiberty suggests to ask for approval on this mailing list. The gdb mailing list already approved the rest of the patch. If you are missing some info or if I am doing so

RE: [PATCH v2 1/2] i386-tdep: Fix naming in zmm and ymm type descriptions.

2020-07-28 Thread Willgerodt, Felix via Gcc-patches
Hi Kirill, You are right, PATCH v2 1/2 obviously doesn't need gcc approval. It just landed on gcc-patches as I sent the series out in one go, sorry for that. Please ignore the first patch if you are seeing this on gcc-patches. I am however looking for gcc approval for the code shared between GDB