On 5 December 2014 at 13:14, Christophe Lyon wrote:
>>> 2014-12-03 Christophe Lyon
>>>
>>> testsuite/
>>> * gcc.target/aarch64/advsimd-intrinsics/vaddl.c: Actually execute
>>> the test. Fix expected output.
>>> * gcc.target/aarch64/advsimd-intrinsics/vaddw.c: Likewise.
OK /Mar
On 3 December 2014 at 17:12, Christophe Lyon wrote:
> On 3 December 2014 at 15:22, Christophe Lyon
> wrote:
>> Hi,
>>
>> Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl
>> and vaddw didn't actually execute the tests. (The function was
>> declared in main, instead of called).
On 3 December 2014 at 15:22, Christophe Lyon wrote:
> Hi,
>
> Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl
> and vaddw didn't actually execute the tests. (The function was
> declared in main, instead of called).
>
> This patch also fixes the expected output for these tests.
Hi,
Here is a fix for typos in the AdvSimd intrinsic tests, where vaddl
and vaddw didn't actually execute the tests. (The function was
declared in main, instead of called).
This patch also fixes the expected output for these tests.
OK?
Thanks
Christophe.
2014-12-03 Christophe Lyon
test