[Mesa-dev] [PATCH] util: Add util_memcpy_cpu_to_le32() v3

2014-07-18 Thread Tom Stellard
v2: - Preserve word boundaries. v3: - Use const and restrict. - Fix indentation. --- src/gallium/auxiliary/util/u_math.h | 17 + 1 file changed, 17 insertions(+) diff --git a/src/gallium/auxiliary/util/u_math.h b/src/gallium/auxiliary/util/u_math.h index b9ed197..f6dcb22 1

Re: [Mesa-dev] [PATCH] util: Add util_memcpy_cpu_to_le32() v3

2014-07-22 Thread Michel Dänzer
On 19.07.2014 04:55, Tom Stellard wrote: > v2: > - Preserve word boundaries. > > v3: > - Use const and restrict. > - Fix indentation. > --- > src/gallium/auxiliary/util/u_math.h | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/src/gallium/auxiliary/util/u_math.h