Re: [PATCH] i386: using __bf16 for AVX512BF16 intrinsics

2022-10-27 Thread Hongtao Liu via Gcc-patches
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

[PATCH] i386: using __bf16 for AVX512BF16 intrinsics

2022-10-27 Thread Kong, Lingling via Gcc-patches
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