Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrantq committed Dec 2, 2024
1 parent 1d88952 commit 882cd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/Herbie.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static cl::opt<unsigned>
static cl::opt<unsigned>
FPOptMaxMPFRPrec("fpopt-max-mpfr-prec", cl::init(1024), cl::Hidden,
cl::desc("Max precision for MPFR gold value computation"));
static cl::opt<unsigned>
static cl::opt<double>
FPOptWidenRange("fpopt-widen-range", cl::init(1), cl::Hidden,
cl::desc("Ablation study only: widen the range of input "
"hypercube by this factor"));
Expand Down

0 comments on commit 882cd35

Please sign in to comment.