[[ARM/AArch64][testsuite] 06/36] Add vmla and vmls tests.

Christophe Lyon christophe.lyon@linaro.org
Fri Jan 16 16:32:00 GMT 2015


On 16 January 2015 at 16:35, Tejas Belagod <tejas.belagod@arm.com> wrote:
>> +VECT_VAR_DECL(expected,poly,8,16) [] = { 0x33, 0x33, 0x33, 0x33,
>> +                                        0x33, 0x33, 0x33, 0x33,
>> +                                        0x33, 0x33, 0x33, 0x33,
>> +                                        0x33, 0x33, 0x33, 0x33 };
>> +VECT_VAR_DECL(expected,poly,16,8) [] = { 0x3333, 0x3333, 0x3333, 0x3333,
>> +                                        0x3333, 0x3333, 0x3333, 0x3333 };
>
>
> No poly ops for vmlx.
>
Indeed, it's not used I shall remove it.

>> +VECT_VAR_DECL(expected,hfloat,32,4) [] = { 0x45f0ae15, 0x45f0b615,
>> +                                          0x45f0be15, 0x45f0c615 };
>> +
>
> These expected results are calculated using chained(as opposed to fused)
> float MACs, right?
>
IIRC, yes.

> Otherwise, LGTM.
>
> Tejas.
>



More information about the Gcc-patches mailing list