glsl: lower mediump partial derivatives
[mesa.git] / src / mesa / main / sse_minmax.c
index 222ac14542e3daebf108ea7968e34e9e72977d2d..2e3471625a12a8ed21955cb9f47c4db428735ad8 100644 (file)
@@ -25,7 +25,6 @@
  *
  */
 
-#ifdef __SSE4_1__
 #include "main/sse_minmax.h"
 #include <smmintrin.h>
 #include <stdint.h>
@@ -93,5 +92,3 @@ _mesa_uint_array_min_max(const unsigned *ui_indices, unsigned *min_index,
    *min_index = min_ui;
    *max_index = max_ui;
 }
-
-#endif