Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
EVAL_PERF should not be enabled in production for crlibm.
  • Loading branch information
JamesMolson committed Feb 2, 2021
commit 68c1874e9bdbece86d6e227ed59c73e1bab51bcd
2 changes: 1 addition & 1 deletion source/crlibm/crlibm_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ development/debugging phase, until no type warning remains.
/* setting the following variable adds variables and code for
monitoring the performance.
Note that sometimes only round to nearest is instrumented */
#define EVAL_PERF 1
#define EVAL_PERF 0


#if EVAL_PERF==1
Expand Down