mesa: use _mesa_memcpy for COPY_4FV macro
authorRoland Scheidegger <sroland@vmware.com>
Thu, 3 Dec 2009 22:26:13 +0000 (23:26 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 3 Dec 2009 22:26:13 +0000 (23:26 +0100)
commit86c8f70db10a584aa78e4d5f397ad3543fdb77d2
treec3783f04912934ba27030466591ad3034566c762
parent13c647fa0d3e361efbb10a6d313bdc6bf7c890e8
mesa: use _mesa_memcpy for COPY_4FV macro

Gets rid of one of the worst strict-aliasing offenders, and actually
produces faster code (at least in some cases, when compiler can use
for instance 64bit moves for memcpy).
(note _mesa_memcpy should get inlined)
src/mesa/main/macros.h