Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_vtxtmp_x86.S
index c77b41059ef18a40148dfad5bf12f646a3a76e54..569d3b9b4818bb05aed77a291e949a534c1889e5 100644 (file)
@@ -391,6 +391,7 @@ GLOBL( _x86_MultiTexCoord2f_2 )
        ret
 GLOBL( _x86_MultiTexCoord2f_2_end )
 
+#if defined(USE_SSE_ASM)
 /**
  * This can be used as a template for either Color3fv (when the color
  * target is also a 3f) or Normal3fv.
@@ -490,3 +491,4 @@ GLOBL( _sse_MultiTexCoord2f_2 )
        movlps  %xmm0, (%eax)
        ret
 GLOBL( _sse_MultiTexCoord2f_2_end )
+#endif