Re: [PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-06 Thread chenxiaolong
在 2023-12-05二的 20:44 +0800,Xi Ruoyao写道: > On Tue, 2023-12-05 at 17:21 +0800, chenxiaolong wrote: > > According to your suggestion, the check of the built-in function > > was modifiedin the simd_correctness_check.h file, and the types of > > the actual parameters > > of the built-in function were

Re: [PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-05 Thread Xi Ruoyao
On Tue, 2023-12-05 at 17:21 +0800, chenxiaolong wrote: > According to your suggestion, the check of the built-in function was > modifiedin the simd_correctness_check.h file, and the types of the actual > parameters > of the built-in function were inconsistent with those of the formal >

Re: [PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-05 Thread chenxiaolong
在 2023-12-04一的 20:38 +0800,Xi Ruoyao写道: > On Mon, 2023-12-04 at 20:31 +0800, Xi Ruoyao wrote: > > On Mon, 2023-12-04 at 20:14 +0800, chenxiaolong wrote: > > > On LoongArch architecture, using the latest gcc14 in regression > > > test, > > > it is found that the vector test cases in vector

Re: [PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-04 Thread Xi Ruoyao
On Mon, 2023-12-04 at 20:31 +0800, Xi Ruoyao wrote: > On Mon, 2023-12-04 at 20:14 +0800, chenxiaolong wrote: > > On LoongArch architecture, using the latest gcc14 in regression test, > > it is found that the vector test cases in vector directory appear FAIL > > entries with unmatched pointer

Re: [PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-04 Thread Xi Ruoyao
On Mon, 2023-12-04 at 20:14 +0800, chenxiaolong wrote: > On LoongArch architecture, using the latest gcc14 in regression test, > it is found that the vector test cases in vector directory appear FAIL > entries with unmatched pointer types. In order to solve this kind of > problem, the type of the

[PATCH v1] LoongArch: Modify the check type of the vector builtin function.

2023-12-04 Thread chenxiaolong
On LoongArch architecture, using the latest gcc14 in regression test, it is found that the vector test cases in vector directory appear FAIL entries with unmatched pointer types. In order to solve this kind of problem, the type of the variable in the check result is modified with the parameter