> On 3 Jul 2024, at 11:59, Kyrylo Tkachov wrote:
>
> Hi all,
>
> The ACLE asks the user to test for __ARM_FEATURE_BF16 before using the
> header but GCC doesn't set this up.
> LLVM does, so this is an inconsistency between the compilers.
>
> This patch enables that macro for TARGET_BF16_FP.
> On 3 Jul 2024, at 11:59, Kyrylo Tkachov wrote:
>
> External email: Use caution opening links or attachments
>
>
> Hi all,
>
> The ACLE asks the user to test for __ARM_FEATURE_BF16 before using the
> header but GCC doesn't set this up.
> LLVM does, so this is an inconsistency between the c
Hi all,
The ACLE asks the user to test for __ARM_FEATURE_BF16 before using the
header but GCC doesn't set this up.
LLVM does, so this is an inconsistency between the compilers.
This patch enables that macro for TARGET_BF16_FP.
Bootstrapped and tested on aarch64-none-linux-gnu.
Pushing to trunk.