aboutsummaryrefslogtreecommitdiff
path: root/include/floatformat.h
diff options
context:
space:
mode:
authorFelix Willgerodt <felix.willgerodt@intel.com>2020-09-10 14:29:51 +0200
committerKevin Buettner <kevinb@redhat.com>2020-09-11 11:32:00 -0700
commitdae7c5a44424e8a2ff136085b07a852fc578e24e (patch)
treec78a2d5366982e6b8c13a6d79ff1baaf3b0ddf71 /include/floatformat.h
parentedc7a80a9c04667dfa74f90f74bd39827bc372b7 (diff)
downloadgdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.zip
gdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.tar.gz
gdb-dae7c5a44424e8a2ff136085b07a852fc578e24e.tar.bz2
Sync include, libiberty with GCC.
include: 2020-09-10 Felix Willgerodt <felix.willgerodt@intel.com> Sync with GCC 2020-08-17 Felix Willgerodt <felix.willgerodt@intel.com> * floatformat.h (floatformat_bfloat16_big): New. (floatformat_bfloat16_little): New. libiberty: 2020-09-10 Felix Willgerodt <felix.willgerodt@intel.com> Sync with GCC 2020-08-17 Felix Willgerodt <felix.willgerodt@intel.com> * floatformat.c (floatformat_bfloat16_big): New. (floatformat_bfloat16_little): New.
Diffstat (limited to 'include/floatformat.h')
-rw-r--r--include/floatformat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/floatformat.h b/include/floatformat.h
index ce8d6d4..630fade 100644
--- a/include/floatformat.h
+++ b/include/floatformat.h
@@ -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;
extern const struct floatformat floatformat_ibm_long_double_little;
+/* bfloat16. */
+extern const struct floatformat floatformat_bfloat16_big;
+extern const struct floatformat floatformat_bfloat16_little;
/* Convert from FMT to a double.
FROM is the address of the extended float.