1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

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.
This commit is contained in:
Bruce Momjian
2006-04-22 00:27:30 +00:00
parent 899f49cfce
commit 4e0783049d
2 changed files with 5 additions and 3 deletions

3
configure vendored
View File

@ -2715,7 +2715,8 @@ fi
# The Intel compiler on Linux supports most gcc options, but not
# all of them, so only add these options if we are really using
# gcc
# gcc. Intel compiler has a bug in checking for division by NAN
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
if test "$GCC" = yes; then