Re: [Mingw-w64-public] [PATCH] intrin-impl.h: do not define _xgetbv for GCC 8

2018-02-02 Thread Martin Storsjö
On Fri, 2 Feb 2018, Mateusz wrote: W dniu 30.01.2018 o 10:51, Jacek Caban pisze: Hi Mateusz, On 1/22/18 9:18 PM, Mateusz wrote: GCC 8 from r248028 has defined function _xgetbv and we should avoid double definition of this function. Please review. The patch looks good to me. Thanks,

Re: [Mingw-w64-public] [PATCH] intrin-impl.h: do not define _xgetbv for GCC 8

2018-02-02 Thread Mateusz
W dniu 30.01.2018 o 10:51, Jacek Caban pisze: > Hi Mateusz, > > > On 1/22/18 9:18 PM, Mateusz wrote: >> GCC 8 from r248028 has defined function _xgetbv and we should >> avoid double definition of this function. >> >> Please review. >> > > The patch looks good to me. > > Thanks, > Jacek Thanks

Re: [Mingw-w64-public] [PATCH] intrin-impl.h: do not define _xgetbv for GCC 8

2018-01-30 Thread Jacek Caban
Hi Mateusz, On 1/22/18 9:18 PM, Mateusz wrote: GCC 8 from r248028 has defined function _xgetbv and we should avoid double definition of this function. Please review. The patch looks good to me. Thanks, Jacek --

[Mingw-w64-public] [PATCH] intrin-impl.h: do not define _xgetbv for GCC 8

2018-01-22 Thread Mateusz
GCC 8 from r248028 has defined function _xgetbv and we should avoid double definition of this function. Please review. Mateusz From 5aa15ee4a5f04cdc797deb685d23dc67275af357 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Mon, 22 Jan 2018 20:58:48 +0100 Subject: [PATCH]