Sorry for inconvenient, still working on fix it. If urgent I can revert this change to unblock your work ASAP.
Pan -----Original Message----- From: Robin Dapp <rdapp....@gmail.com> Sent: Monday, July 3, 2023 10:49 PM To: Li, Pan2 <pan2...@intel.com>; juzhe.zh...@rivai.ai; gcc-patches <gcc-patches@gcc.gnu.org> Cc: rdapp....@gmail.com; jeffreyalaw <jeffreya...@gmail.com>; Wang, Yanzhang <yanzhang.w...@intel.com>; kito.cheng <kito.ch...@gmail.com> Subject: Re: [PATCH v1] RISC-V: Fix one typo of FRM dynamic definition Hmm, looks like it wasn't simple enough... I'm seeing execution fails for various floating point test cases. This is due to a mismatch between the FRM_DYN definition (0b111 == 7) and the attribute value (== 5). Therefore we set the rounding mode to 5 instead of 7. Regards Robin