On Fri, Oct 28, 2022 at 2:20 PM Kong, Lingling via Gcc-patches
wrote:
>
> Hi,
>
> Previously we use unsigned short to represent bf16. It's not a good
> expression, and at the time the front end didn't support bf16 type.
> Now we introduced __bf16 to X86 psABI. So we can switch intrinsics to the n
Hi,
Previously we use unsigned short to represent bf16. It's not a good expression,
and at the time the front end didn't support bf16 type.
Now we introduced __bf16 to X86 psABI. So we can switch intrinsics to the new
type.
Ok for trunk ?
Thanks,
Lingling
gcc/ChangeLog:
* config/i386