Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
0606860a
Commit
0606860a
authored
18 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Revert Intel compiler bug comment.
parent
4e078304
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.in
+2
-3
2 additions, 3 deletions
configure.in
with
2 additions
and
3 deletions
configure.in
+
2
−
3
View file @
0606860a
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.4
59
2006/04/22 00:2
7:30
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.4
60
2006/04/22 00:2
9:41
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -250,8 +250,7 @@ fi
...
@@ -250,8 +250,7 @@ fi
# The Intel compiler on Linux supports most gcc options, but not
# The Intel compiler on Linux supports most gcc options, but not
# all of them, so only add these options if we are really using
# all of them, so only add these options if we are really using
# gcc. Intel compiler has a bug in checking for division by NAN
# gcc.
# (NaN == 0), -mp1 fixes it, so someday we might way to add it.
if test "$GCC" = yes; then
if test "$GCC" = yes; then
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
AC_TRY_COMPILE([], [@%:@ifndef __INTEL_COMPILER
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment