summaryrefslogtreecommitdiff
path: root/Zend/zend_float.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_float.h')
-rw-r--r--Zend/zend_float.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_float.h b/Zend/zend_float.h
index 14cdbb265e..2ba3eb7fe7 100644
--- a/Zend/zend_float.h
+++ b/Zend/zend_float.h
@@ -76,17 +76,7 @@ END_EXTERN_C()
/* MSVC detection (MSVC people usually don't use autoconf) */
#if defined(_MSC_VER) && !defined(_WIN64)
-# if _MSC_VER >= 1500
- /* Visual C++ 2008 or higher, supports _controlfp_s */
# define HAVE__CONTROLFP_S
-# else
- /* Visual C++ (up to 2005), supports _controlfp */
-# define HAVE__CONTROLFP
-# endif /* MSC_VER >= 1500 */
- /* Tell MSVC optimizer that we access FP environment */
-# if _MSC_VER >= 1500
-# pragma fenv_access (on)
-# endif
#endif /* _MSC_VER */
#ifdef HAVE__CONTROLFP_S