On 2025/3/15 上午1:19, Yao Zi wrote:
On Fri, Mar 07, 2025 at 09:13:39AM +0800, Bibo Mao wrote:
Float register name f0 - f31 is not recognized with clang compiler
with LoongArch64 target, its name should be $f0 - $f31. It is ok
for both gcc and clang compiler.
Sorry I didn't search the list ca
On Fri, Mar 07, 2025 at 09:13:39AM +0800, Bibo Mao wrote:
> Float register name f0 - f31 is not recognized with clang compiler
> with LoongArch64 target, its name should be $f0 - $f31. It is ok
> for both gcc and clang compiler.
Sorry I didn't search the list carefully and sent a similar patch[1].
Float register name f0 - f31 is not recognized with clang compiler
with LoongArch64 target, its name should be $f0 - $f31. It is ok
for both gcc and clang compiler.
Signed-off-by: Bibo Mao
---
host/include/loongarch64/host/bufferiszero.c.inc | 6 --
1 file changed, 4 insertions(+), 2 deletio