Re: [PATCH] Fix intrin name in Intel CMPccXADD

2022-12-13 Thread Hongtao Liu via Gcc-patches
On Wed, Dec 14, 2022 at 9:46 AM Haochen Jiang via Gcc-patches wrote: > > Hi all, > > We usually use only one "_" but not two "__" as prefix in intrin. > > This patch aims to fix the intrin name for CMPccXADD. > > Bootstrapped and regtested on x86_64-pc-linux-gnu. Ok for trunk? Ok, I think there's

[PATCH] Fix intrin name in Intel CMPccXADD

2022-12-13 Thread Haochen Jiang via Gcc-patches
Hi all, We usually use only one "_" but not two "__" as prefix in intrin. This patch aims to fix the intrin name for CMPccXADD. Bootstrapped and regtested on x86_64-pc-linux-gnu. Ok for trunk? BRs, Haochen gcc/ChangeLog: * config/i386/cmpccxaddintrin.h (__cmpccxadd_epi32): Ren