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 <[email protected]> Sent: Monday, July 3, 2023 10:49 PM To: Li, Pan2 <[email protected]>; [email protected]; gcc-patches <[email protected]> Cc: [email protected]; jeffreyalaw <[email protected]>; Wang, Yanzhang <[email protected]>; kito.cheng <[email protected]> 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
