Re: [Mesa-dev] [PATCH] Prefer intrinsics to handrolled atomic ops for Linux (v2)

2014-10-20 Thread Roland Scheidegger
Am 19.10.2014 um 18:32 schrieb David Heidelberger: > v2: prefer intrinsics only on Linux to avoid compilation problems on other > platforms [1]. > > Is posible that other OS could also benefit from intrinsic. > > We need this patch, because Gallium Nine use directly intrinsics. > Otherwise build

[Mesa-dev] [PATCH] Prefer intrinsics to handrolled atomic ops for Linux (v2)

2014-10-19 Thread David Heidelberger
v2: prefer intrinsics only on Linux to avoid compilation problems on other platforms [1]. Is posible that other OS could also benefit from intrinsic. We need this patch, because Gallium Nine use directly intrinsics. Otherwise build fails. [1] https://bugs.freedesktop.org/show_bug.cgi?id=30514