Re: [PATCH v6] LoongArch:Implement 128-bit floating point functions in gcc.

2023-09-01 Thread chenglulu
Hi,RuoYao:  I have merged the V6 patch into trunk(r14-3635). If the generic optimization of copysignf128 cannot be solved,  we will mention the optimization code under the architecture again. Thanks! 在 2023/9/1 上午11:22, chenxiaolong 写道: Brief version history of patch set: v1 -> v2: Ac

[PATCH v6] LoongArch:Implement 128-bit floating point functions in gcc.

2023-08-31 Thread chenxiaolong
Brief version history of patch set: v1 -> v2: According to the GNU code specification, adjust the format of the function implementation with "q" as the suffix function. v2 - >v3: 1.On the LoongArch architecture, refer to the functionality of 64-bit functions and modify the underlying imple