Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e07830

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 parent899f49c commit4e07830

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)

[8]ページ先頭

©2009-2025 Movatter.jp