Re: [PATCH] i386: Support cstorebf4 with native bf16 comi

2024-11-07 Thread Hongyu Wang
ttached patch is what I'm pusing. Thanks. From f848974e9237f04ecb486c9782bd0bb392974dc5 Mon Sep 17 00:00:00 2001 From: Hongyu Wang Date: Tue, 5 Nov 2024 17:19:34 +0800 Subject: [PATCH] i386: Support cstorebf4 with native bf16 comi We recently supports cbranchbf4 with AVX10_2 native bf16 comi in

Re: [PATCH] i386: Support cstorebf4 with native bf16 comi

2024-11-06 Thread Uros Bizjak
On Thu, Nov 7, 2024 at 6:58 AM Hongyu Wang wrote: > > Hi, > > We recently supports cbranchbf4 with AVX10_2 native bf16 comi > instructions, so do similar to cstorebf4. > > Bootstrapped & regtested on x86_64-pc-linux-gnu. > Ok for trunk? > > gcc/ChangeLog: > > * config/i386/i386.md (cstoreb

[PATCH] i386: Support cstorebf4 with native bf16 comi

2024-11-06 Thread Hongyu Wang
Hi, We recently supports cbranchbf4 with AVX10_2 native bf16 comi instructions, so do similar to cstorebf4. Bootstrapped & regtested on x86_64-pc-linux-gnu. Ok for trunk? gcc/ChangeLog: * config/i386/i386.md (cstorebf4): Use vcomsbf16 under TARGET_AVX10_2_256 and -fno-trapping-m