]> gcc.gnu.org Git - gcc.git/commit
floatformat.h: Add bfloat16 support.
authorFelix Willgerodt <felix.willgerodt@intel.com>
Mon, 17 Aug 2020 11:36:49 +0000 (13:36 +0200)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 8 Sep 2020 17:38:12 +0000 (17:38 +0000)
commit87603e565615db055f7f60db0c9888f71d233826
treee192a2eebf77e81a0245d5f82755ac42946bf041
parent34d926dba097c4965917d09a3eedec11242c5457
floatformat.h: Add bfloat16 support.

This change is motivated by a patchset that adds bfloat16 debugging
support for new avx512 instructions to GDB. The gdb thread can be found
here: https://sourceware.org/pipermail/gdb-patches/2020-July/170820.html

include:
2020-08-17  Felix Willgerodt  <felix.willgerodt@intel.com>

* floatformat.h (floatformat_bfloat16_big): New.
(floatformat_bfloat16_little): New.

libiberty:
2020-08-17  Felix Willgerodt  <felix.willgerodt@intel.com>

* floatformat.c (floatformat_bfloat16_big): New.
(floatformat_bfloat16_little): New.
include/floatformat.h
libiberty/floatformat.c
This page took 0.060861 seconds and 5 git commands to generate.