Disable recent sse change pending more testing.

This commit is contained in:
Keith Whitwell
2005-05-23 14:31:44 +00:00
parent eeada48497
commit afa7f6a0f5
+2 -1
View File
@@ -49,7 +49,8 @@
* Emit primitives as inline vertices *
***********************************************************************/
#if 1
#if 0
#define COPY_DWORDS(vb, vertsize, v) \
do { \
via_sse_memcpy(vb, v, vertsize * 4); \