Skip to content

Commit 4e07830

Browse files
committed
Add mentioun of Intel compiler bug:
Intel compiler has a bug in checking for division by NAN # (NaN == 0), -mp1 fixes it, so someday we might way to add it.
1 parent 899f49c commit 4e07830

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2715,7 +2715,8 @@ fi
27152715

27162716
# The Intel compiler on Linux supports most gcc options, but not
27172717
# all of them, so only add these options if we are really using
2718-
# gcc
2718+
# gcc. Intel compiler has a bug in checking for division by NAN
2719+
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
27192720

27202721
if test "$GCC" = yes; then
27212722

configure.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.458 2006/04/21 23:11:58 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.459 2006/04/22 00:27:30 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -250,7 +250,8 @@ fi
250250

251251
# The Intel compiler on Linux supports most gcc options, but not
252252
# all of them, so only add these options if we are really using
253-
# gcc
253+
# gcc. Intel compiler has a bug in checking for division by NAN
254+
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
254255

255256
if test "$GCC" = yes; then
256257
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy