summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_csqrt.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-08-08 00:15:16 +0000
committerdas <das@FreeBSD.org>2008-08-08 00:15:16 +0000
commitff948bbd696bee257fcafada29c6939e718ba077 (patch)
tree1a8241bd1d56edcb175ba2e1eedce760fd5be8b9 /lib/msun/src/s_csqrt.c
parent6892f8d32c1a729a276e4541ad7e4fe262d983ec (diff)
downloadFreeBSD-src-ff948bbd696bee257fcafada29c6939e718ba077.zip
FreeBSD-src-ff948bbd696bee257fcafada29c6939e718ba077.tar.gz
In the line
#pragma STDC CX_LIMITED_RANGE ON the "ON" needs to be in caps. gcc doesn't understand this pragma anyway and assumes it is always on in any case, but icc supports it and cares about the case.
Diffstat (limited to 'lib/msun/src/s_csqrt.c')
-rw-r--r--lib/msun/src/s_csqrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/src/s_csqrt.c b/lib/msun/src/s_csqrt.c
index ae38c6c..18a7ae3 100644
--- a/lib/msun/src/s_csqrt.c
+++ b/lib/msun/src/s_csqrt.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
* gcc generates is acceptable, since the special cases have already been
* handled.
*/
-#pragma STDC CX_LIMITED_RANGE on
+#pragma STDC CX_LIMITED_RANGE ON
/* We risk spurious overflow for components >= DBL_MAX / (1 + sqrt(2)). */
#define THRESH 0x1.a827999fcef32p+1022
OpenPOWER on IntegriCloud