Re: [PATCH] util/loongarch64: Add clang compiler support

2025-03-16 Thread bibo mao
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

Re: [PATCH] util/loongarch64: Add clang compiler support

2025-03-14 Thread Yao Zi
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].

[PATCH] util/loongarch64: Add clang compiler support

2025-03-06 Thread Bibo Mao
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