Skip to content

Commit

Permalink
get rid of fathmath; reinstate pxstrec in default build
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Oct 11, 2024
1 parent 0cadff3 commit dc1cf7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@ ifneq "$(CXX)" "icc"
ifneq ($(filter @host_cpu@,i386 i486 i586 i686),)
OPT_FLAGS += -ffloat-store
else
OPT_FLAGS += -ffast-math
#OPT_FLAGS += -ffast-math
endif
endif

NLOPT_PROGRAMS :=
ifeq "$(HNLOPT)" "Y"
#NLOPT_PROGRAMS += pxbdfit pxcontrates pxstrec
NLOPT_PROGRAMS += pxbdfit pxcontrates
NLOPT_PROGRAMS += pxbdfit pxcontrates pxstrec
endif

FFLAGS = -O3
Expand Down

1 comment on commit dc1cf7d

@josephwb
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant -ffast-math, obviously :/

Please sign in to comment.