summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-24 15:17:52 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2013-05-24 15:17:52 +0000
commit283114d420f98c2b348c32793a855c4b76fea9f7 (patch)
treed503780a92d0a86d093f98f0a01df221b373243f /configure.ac
parent8bb943fbee8b2cdd53b7f18edde4a388026f5262 (diff)
downloadmpfr-283114d420f98c2b348c32793a855c4b76fea9f7.tar.gz
[configure.ac] Updated comment about -mieee-fp icc option.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8532 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7a278db3d..bd1b43e6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,7 +308,9 @@ dnl * Now use -mieee-fp instead of -mp (ICC 13 says: option '-mp' is
dnl deprecated and will be removed in a future release.). According
dnl to "icc -help", both options are equivalent; it also suggests
dnl to use -fp-model <arg> instead of -mp, but what is <arg>? Anyway
-dnl -mieee-fp solves the tset_d failure due to a negative zero.
+dnl -mieee-fp solves the tset_d failure due to a negative zero. This
+dnl option has been introduced in ICC 9.0 for Linux (2005-06):
+dnl http://www.ncsa.illinois.edu/UserInfo/Resources/Software/Intel/Compilers/9.0/C_ReleaseNotes.htm
AC_MSG_CHECKING(for ICC)
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
#if !defined(__ICC)