include,gallium: Remove pre-MSVC 2013 compatibility.
[mesa.git] / src / gallium / auxiliary / util / u_cpu_detect.c
index a84de4fef7b097566d94237b797f17e84cb1f165..10b090216d7b2c8f69722d5613beb133f8db103b 100644 (file)
@@ -283,8 +283,7 @@ PIPE_ALIGN_STACK static inline boolean sse2_has_daz(void)
    fxarea.mxcsr_mask = 0;
 #if defined(PIPE_CC_GCC)
    __asm __volatile ("fxsave %0" : "+m" (fxarea));
-#elif (defined(PIPE_CC_MSVC) && _MSC_VER >= 1700) || defined(PIPE_CC_ICL)
-   /* 1700 = Visual Studio 2012 */
+#elif defined(PIPE_CC_MSVC) || defined(PIPE_CC_ICL)
    _fxsave(&fxarea);
 #else
    fxarea.mxcsr_mask = 0;