On Sun, Aug 31, 2025 at 7:18 AM H.J. Lu <hjl.to...@gmail.com> wrote: > > On Sun, Aug 31, 2025 at 6:21 AM Hongtao Liu <crazy...@gmail.com> wrote: > > > > On Sun, Aug 31, 2025 at 11:15 AM H.J. Lu <hjl.to...@gmail.com> wrote: > > > > > > Since _Decimal128 arithmetic requires the round-to-nearest rounding > > > mode, define DFP_INIT_ROUNDMODE and DFP_RESTORE_ROUNDMODE, similar to > > > FP_INIT_ROUNDMODE in sfp-machine.h, to set the rounding mode to > > > round-to-nearest at _Decimal128 related arithmetic function entrances > > > and restores it upon return. > > > > Akkas, Ahmet is on vacation, let's wait until he's back and has > > comments on the patch. > > Sure. Here is the v2 patch to check if _SOFT_FLOAT is defined. >
PING. -- H.J.