Re: [PATCH] x86: Define _serialize as macro

2021-04-10 Thread Uros Bizjak via Gcc-patches
On Fri, Apr 9, 2021 at 8:58 PM H.J. Lu wrote: > > On Tue, Mar 30, 2021 at 4:40 AM Uros Bizjak wrote: > > > > On Tue, Mar 30, 2021 at 1:03 PM Jakub Jelinek wrote: > > > > > > On Tue, Mar 30, 2021 at 12:59:16PM +0200, Richard Biener wrote: > > > > > > > So yes, a better solution would be nice but

[PATCH] x86: Define _serialize as macro

2021-04-09 Thread H.J. Lu via Gcc-patches
a lot > > of intrinsics are macros. And, for those that are inline functions, a lot > > of them will be rejected if an immediate argument doesn't have a constant > > value. > > LGTM for the patch. > > Thanks, > Uros. Here is another one. OK for master? T