Re: [PATH] Enable GCC support for SERIALIZE

2020-05-05 Thread Uros Bizjak via Gcc-patches
On Wed, May 6, 2020 at 5:11 AM Hongtao Liu wrote: > > On Mon, May 4, 2020 at 1:17 AM Uros Bizjak wrote: > > > > On Wed, Apr 1, 2020 at 9:23 AM Hongtao Liu wrote: > > > > > > Hi: > > > This patch is about to enable GCC support for SERIALIZE which would > > > be in GLC. There's only 1 instructio

Re: [PATH] Enable GCC support for SERIALIZE

2020-05-05 Thread Hongtao Liu via Gcc-patches
On Mon, May 4, 2020 at 1:17 AM Uros Bizjak wrote: > > On Wed, Apr 1, 2020 at 9:23 AM Hongtao Liu wrote: > > > > Hi: > > This patch is about to enable GCC support for SERIALIZE which would > > be in GLC. There's only 1 instruction: SERIALIZE, more details please > > refer to > > https://softwar

Re: [PATH] Enable GCC support for SERIALIZE

2020-05-03 Thread Uros Bizjak via Gcc-patches
On Wed, Apr 1, 2020 at 9:23 AM Hongtao Liu wrote: > > Hi: > This patch is about to enable GCC support for SERIALIZE which would > be in GLC. There's only 1 instruction: SERIALIZE, more details please > refer to > https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruct

Re: [PATH] Enable GCC support for SERIALIZE

2020-05-01 Thread hongtao via Gcc-patches
ping. > On Wed, Apr 1, 2020 at 9:23 AM Hongtao Liu wrote: >> >> Hi: >> This patch is about to enable GCC support for SERIALIZE which would >> be in GLC. There's only 1 instruction: SERIALIZE, more details please >> refer to >> https://software.intel.com/sites/default/files/managed/c5/15/arch

Re: [PATH] Enable GCC support for SERIALIZE

2020-04-01 Thread Uros Bizjak via Gcc-patches
On Wed, Apr 1, 2020 at 9:23 AM Hongtao Liu wrote: > > Hi: > This patch is about to enable GCC support for SERIALIZE which would > be in GLC. There's only 1 instruction: SERIALIZE, more details please > refer to > https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruct

[PATH] Enable GCC support for SERIALIZE

2020-04-01 Thread Hongtao Liu via Gcc-patches
Hi: This patch is about to enable GCC support for SERIALIZE which would be in GLC. There's only 1 instruction: SERIALIZE, more details please refer to https://software.intel.com/sites/default/files/managed/c5/15/architecture-instruction-set-extensions-programming-reference.pdf I know it's stag