[Mesa-dev] [PATCH] mesa: Remove __SSE4_1__ guards from sse_minmax.c.

Matt Turner mattst88 at gmail.com
Mon Dec 29 10:55:54 PST 2014


See commit e07c9a288.
---
 src/mesa/main/sse_minmax.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/sse_minmax.c b/src/mesa/main/sse_minmax.c
index 222ac14..2e34716 100644
--- a/src/mesa/main/sse_minmax.c
+++ b/src/mesa/main/sse_minmax.c
@@ -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
-- 
2.0.4



More information about the mesa-dev mailing list