RE: [PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-19 Thread Li, Pan2 via Gcc-patches
Subject: Re: [PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding /* The RTL variable which stores the dynamic FRM value. We always use this RTX to restore dynamic FRM rounding mode in mode switching. */ rtx dynamic_frm; + + /* The boolean variables indicates

Re: [PATCH v1] RISC-V: Support CALL for RVV floating-point dynamic rounding

2023-07-18 Thread juzhe.zh...@rivai.ai
/* The RTL variable which stores the dynamic FRM value. We always use this RTX to restore dynamic FRM rounding mode in mode switching. */ rtx dynamic_frm; + + /* The boolean variables indicates there is at least one static rounding + mode instruction in the function or not. */