File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
27202721if test "$GCC" = yes; then
27212722
Original file line number Diff line number Diff line change 11dnl 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 $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
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
255256if test "$GCC" = yes; then
256257AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
You can’t perform that action at this time.
0 commit comments