Re: [Mesa-dev] [PATCH] libclc: Implement clz() builtin

2013-04-16 Thread Tom Stellard
On Mon, Apr 15, 2013 at 07:20:31PM -0500, Aaron Watry wrote: Reviewed-by: Tom Stellard > Squashed commit of the following: > > commit a0df0a0e86c55c1bdc0b9c0f5a739e5adef4b056 > Author: Aaron Watry > Date: Mon Apr 15 18:42:04 2013 -0500 > > libclc: Rename clz.ll to clz_if.ll to ensure it

[Mesa-dev] [PATCH] libclc: Implement clz() builtin

2013-04-15 Thread Aaron Watry
Squashed commit of the following: commit a0df0a0e86c55c1bdc0b9c0f5a739e5adef4b056 Author: Aaron Watry Date: Mon Apr 15 18:42:04 2013 -0500 libclc: Rename clz.ll to clz_if.ll to ensure it gets built. configure.py treats files that have the same name with the .cl and .ll extensions