Mesa (master): mesa: Remove __SSE4_1__ guards from sse_minmax.c.

Matt Turner mattst88 at kemper.freedesktop.org
Mon Dec 29 20:16:34 UTC 2014


Module: Mesa
Branch: master
Commit: 6c18279b9fe10f3eb34972e313b0c8de2da69ab9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c18279b9fe10f3eb34972e313b0c8de2da69ab9

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Dec 29 10:52:17 2014 -0800

mesa: Remove __SSE4_1__ guards from sse_minmax.c.

See commit e07c9a288.

Reviewed-by: Kristian Høgsberg <krh at bitplanet.net>

---

 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




More information about the mesa-commit mailing list