Commit 7dd07b88 authored by Umang Yadav's avatar Umang Yadav
Browse files

Change it back to 0.001

parent 80cbf756
...@@ -536,7 +536,7 @@ struct params : command<params> ...@@ -536,7 +536,7 @@ struct params : command<params>
struct verify : command<verify> struct verify : command<verify>
{ {
compiler c; compiler c;
double threshold = 0.002; double threshold = 0.001;
bool per_instruction = false; bool per_instruction = false;
bool reduce = false; bool reduce = false;
void parse(argument_parser& ap) void parse(argument_parser& ap)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment