Fix SSE bug.
authormichal <michal@michal-laptop.(none)>
Sat, 27 Oct 2007 14:07:09 +0000 (15:07 +0100)
committermichal <michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:04:19 +0000 (19:04 +0100)
src/mesa/pipe/draw/draw_vertex_shader.c

index 263b5a7..9dbb317 100644 (file)
@@ -111,12 +111,11 @@ run_vertex_program(struct draw_context *draw,
          machine->Temps );
    }
    else
-#else
+#endif
    {
       /* interpreter */
       tgsi_exec_machine_run( machine );
    }
-#endif
 
    /* store machine results */
    for (j = 0; j < count; j++) {