Delia Burduv writes:
> Sure, here it is. I'll do that for the other patch too.
Thanks, belatedly pushed as f78335df69993a900512f92324cab6a20b1bde0c.
Sorry for the delay.
Richard
>
> Thanks,
> Delia
>
> On 1/31/20 3:37 PM, Richard Sandiford wrote:
>> Delia Burduv writes:
>>> Thank you, Richard!
Sure, here it is. I'll do that for the other patch too.
Thanks,
Delia
On 1/31/20 3:37 PM, Richard Sandiford wrote:
> Delia Burduv writes:
>> Thank you, Richard!
>>
>> Here is the updated patch. The test that checks for errors when bf16 is
>> disabled is in the bfcvt patch.
>
> Looks good. Just
Delia Burduv writes:
> Thank you, Richard!
>
> Here is the updated patch. The test that checks for errors when bf16 is
> disabled is in the bfcvt patch.
Looks good. Just a couple of very minor things...
>
> Cheers,
> Delia
>
> gcc/ChangeLog:
>
> 2019-11-06 Delia Burduv
>
> * config
Thank you, Richard!
Here is the updated patch. The test that checks for errors when bf16 is
disabled is in the bfcvt patch.
Cheers,
Delia
gcc/ChangeLog:
2019-11-06 Delia Burduv
* config/aarch64/aarch64-simd-builtins.def
(bfcvtn): New built-in function.
(bfcvtn_q
Thanks for the patch, looks good.
Delia Burduv writes:
> This patch adds the ARMv8.6 ACLE intrinsics for bfmmla, bfmlalb and bfmlalt
> as part of the BFloat16 extension.
> (https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics)
> The intrinsics are declared in arm_ne
This patch adds the ARMv8.6 ACLE intrinsics for bfmmla, bfmlalb and
bfmlalt as part of the BFloat16 extension.
(https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics)
The intrinsics are declared in arm_neon.h and the RTL patterns are
defined in aarch64-simd.md.
Two ne