[Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Guillaume Tucker
Add conditional dependency on libatomic in order to be able to use the __atomic_* functions instead of the older __sync_* ones. The libatomic library is only needed when there aren't any native support on the current architecture, so a linker test is used for this purpose. This enables atomic ope

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Ser, Simon
On Tue, 2019-06-18 at 13:27 +0100, Guillaume Tucker wrote: > Add conditional dependency on libatomic in order to be able to use the > __atomic_* functions instead of the older __sync_* ones. The > libatomic library is only needed when there aren't any native support > on the current architecture,

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Guillaume Tucker
On 18/06/2019 14:20, Ser, Simon wrote: > On Tue, 2019-06-18 at 13:27 +0100, Guillaume Tucker wrote: >> Add conditional dependency on libatomic in order to be able to use the >> __atomic_* functions instead of the older __sync_* ones. The >> libatomic library is only needed when there aren't any na

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Ser, Simon
On Tue, 2019-06-18 at 14:59 +0100, Guillaume Tucker wrote: > On 18/06/2019 14:20, Ser, Simon wrote: > > On Tue, 2019-06-18 at 13:27 +0100, Guillaume Tucker wrote: > > > Add conditional dependency on libatomic in order to be able to use the > > > __atomic_* functions instead of the older __sync_* on

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Guillaume Tucker
On 18/06/2019 15:37, Ser, Simon wrote: > On Tue, 2019-06-18 at 14:59 +0100, Guillaume Tucker wrote: >> On 18/06/2019 14:20, Ser, Simon wrote: >>> On Tue, 2019-06-18 at 13:27 +0100, Guillaume Tucker wrote: Add conditional dependency on libatomic in order to be able to use the __atomic_* fu

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-18 Thread Ser, Simon
On Tue, 2019-06-18 at 17:03 +0100, Guillaume Tucker wrote: > On 18/06/2019 15:37, Ser, Simon wrote: > > On Tue, 2019-06-18 at 14:59 +0100, Guillaume Tucker wrote: > > > On 18/06/2019 14:20, Ser, Simon wrote: > > > > On Tue, 2019-06-18 at 13:27 +0100, Guillaume Tucker wrote: > > > > > Add conditiona

Re: [Intel-gfx] [PATCH i-g-t v3 1/4] meson: add libatomic dependency

2019-06-19 Thread Guillaume Tucker
On 19/06/2019 07:42, Ser, Simon wrote: > On Tue, 2019-06-18 at 17:03 +0100, Guillaume Tucker wrote: >> On 18/06/2019 15:37, Ser, Simon wrote: >>> On Tue, 2019-06-18 at 14:59 +0100, Guillaume Tucker wrote: On 18/06/2019 14:20, Ser, Simon wrote: > On Tue, 2019-06-18 at 13:27 +0100, Guillaume