]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Enable DFP (Decimal Floating-point) (BID format)
authorChristophe Lyon <christophe.lyon@arm.com>
Wed, 9 Mar 2022 14:27:10 +0000 (14:27 +0000)
committerChristophe Lyon <christophe.lyon@arm.com>
Fri, 20 May 2022 07:31:15 +0000 (09:31 +0200)
commitafd82c104b1038572ed4d473a0b5f6e2c778fa01
treedb678cf53bdf7ba64bf1fbddfd6d268629dcf8f4
parent6865c9599f6cfe29ec05963d40916c20ed38029c
aarch64: Enable DFP (Decimal Floating-point) (BID format)

This patch enables DFP support on aarch64, by updating config/dfp.m4
and regenerating the involved configure scripts.
We enable the BID format.

2022-03-31  Christophe Lyon  <christophe.lyon@arm.com>

config/
* dfp.m4: Add aarch64 support.
gcc/
* configure: Regenerate.
libdecnumber/
* configure: Regenerate.
libgcc/
* configure: Regenerate.
config/dfp.m4
gcc/configure
libdecnumber/configure
libgcc/configure