On Wed, Apr 3, 2024 at 7:16 PM Simeon Krastnikov
wrote:
>
> * The immediate argument to lui/auipc should be an integer in the interval
> [0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1'
> * The floating-point rounding mode is the last operand to the function,
> not the first; e.g., 'fcv
03.04.2024 12:14, Simeon Krastnikov wrote:
* The immediate argument to lui/auipc should be an integer in the interval
[0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1'
* The floating-point rounding mode is the last operand to the function,
not the first; e.g., 'fcvt.w.s a0, fa0, rtz'
* The immediate argument to lui/auipc should be an integer in the interval
[0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1'
* The floating-point rounding mode is the last operand to the function,
not the first; e.g., 'fcvt.w.s a0, fa0, rtz' and not 'fcvt.w.s rtz,
a0, fa0'. Note that fcvt
Hi Simeon,
On 3/4/24 07:14, Michael Tokarev wrote:
02.04.2024 15:47, Simeon Krastnikov:
[Content-Type: text/html]
Your patch is html-damaged. There's probably a way to extract the
text/plain
version of it but it's better if you re-send it without html.
You can find tips on how to post pat
02.04.2024 15:47, Simeon Krastnikov:
[Content-Type: text/html]
Your patch is html-damaged. There's probably a way to extract the text/plain
version of it but it's better if you re-send it without html.
Not saying anything about the changes though.
Thanks,
/mjt
* The immediate argument to lui/auipc should be an integer in the interval
[0x0, 0xf]; e.g., 'auipc 0xf' and not 'auipc -1'
* The floating-point rounding mode is the last operand to the function,
not the first; e.g., 'fcvt.w.s a0, fa0, rtz' and not 'fcvt.w.s rtz,
a0, fa0'. Note that fcvt.