OSDN Git Service

Intel compiler has a bug/misoptimization in checking for division by NAN
authorBruce Momjian <bruce@momjian.us>
Sat, 29 Apr 2006 00:51:41 +0000 (00:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 29 Apr 2006 00:51:41 +0000 (00:51 +0000)
commit61091ec267ba651f6ba5c3b606cdf4b09883b8f6
tree9f4b85bdaee9962c08d7bc0d025b75bb81bc6fb7
parenta1ee6215893ca41d8c348acf7f9e5c675245c543
Intel compiler has a bug/misoptimization in checking for division by NAN
(NaN == 0), -mp1 fixes it, so add it to the CFLAGS.  Autoconf run.

Jeremy Drake
configure
configure.in