[Mesa-dev] [PATCH] util: Prefer atomic intrinsics to inline assembly.

2014-11-21 Thread Matt Turner
Cuts a little more than 1k of .text size from i915g. This was previously done in commit 5f66b340 and subsequently reverted in commit 3661f757 after bug 30514 was filed. I believe the cause of bug 30514 wasn't anything related to cross compiling, but rather that the toolchain used defaulted to

Re: [Mesa-dev] [PATCH] util: Prefer atomic intrinsics to inline assembly.

2014-11-21 Thread Ilia Mirkin
On Fri, Nov 21, 2014 at 6:18 PM, Matt Turner matts...@gmail.com wrote: Cuts a little more than 1k of .text size from i915g. This was previously done in commit 5f66b340 and subsequently reverted in commit 3661f757 after bug 30514 was filed. I believe the cause of bug 30514 wasn't anything

Re: [Mesa-dev] [PATCH] util: Prefer atomic intrinsics to inline assembly.

2014-11-21 Thread Matt Turner
On Fri, Nov 21, 2014 at 3:18 PM, Matt Turner matts...@gmail.com wrote: Cuts a little more than 1k of .text size from i915g. This was previously done in commit 5f66b340 and subsequently reverted in commit 3661f757 after bug 30514 was filed. I believe the cause of bug 30514 wasn't anything