mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
gdb, doc: Add ieee_half and bfloat16 to list of predefined target types.
For some reason these two weren't added to the list when they were orginally added to GDB. gdb/doc/ChangeLog: 2021-09-21 Felix Willgerodt <felix.willgerodt@intel.com> * gdb.texinfo (Predefined Target Types): Mention ieee_half and bfloat16.
This commit is contained in:
@ -45972,12 +45972,18 @@ pointers; printing a code pointer converts it into a symbolic
|
|||||||
address. The stack pointer and any dedicated address registers
|
address. The stack pointer and any dedicated address registers
|
||||||
may be marked as data pointers.
|
may be marked as data pointers.
|
||||||
|
|
||||||
|
@item ieee_half
|
||||||
|
Half precision IEEE floating point.
|
||||||
|
|
||||||
@item ieee_single
|
@item ieee_single
|
||||||
Single precision IEEE floating point.
|
Single precision IEEE floating point.
|
||||||
|
|
||||||
@item ieee_double
|
@item ieee_double
|
||||||
Double precision IEEE floating point.
|
Double precision IEEE floating point.
|
||||||
|
|
||||||
|
@item bfloat16
|
||||||
|
The 16-bit @dfn{brain floating point} format used e.g.@: by x86 and ARM.
|
||||||
|
|
||||||
@item arm_fpa_ext
|
@item arm_fpa_ext
|
||||||
The 12-byte extended precision format used by ARM FPA registers.
|
The 12-byte extended precision format used by ARM FPA registers.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user