aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-06-18 18:21:25 -0400
committerGravatar Jason Gross <jasongross9@gmail.com>2017-06-18 20:27:58 -0400
commit8c8dcca58e1e8fd462d3e922ddbd19866e4821d7 (patch)
tree3c85825312264a5c31889cc6450507bfe10a27e8
parent01f0cc372b4ab5b9bc7d9e8aff879ec4719a685a (diff)
Switch to using uint8_t rather than bool for adc
This closes #206
-rw-r--r--src/Specific/IntegrationTestFreeze.v2
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256.v2
-rw-r--r--src/Specific/IntegrationTestMontgomeryP256_128.v2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Specific/IntegrationTestFreeze.v b/src/Specific/IntegrationTestFreeze.v
index b9fad0e12..62ff363e2 100644
--- a/src/Specific/IntegrationTestFreeze.v
+++ b/src/Specific/IntegrationTestFreeze.v
@@ -71,7 +71,7 @@ Section BoundedField25p5.
apply (fun f => proj2_sig_map (fun THIS_NAME_MUST_NOT_BE_UNDERSCORE_TO_WORK_AROUND_CONSTR_MATCHING_ANAOMLIES___BUT_NOTE_THAT_IF_THIS_NAME_IS_LOWERCASE_A___THEN_REIFICATION_STACK_OVERFLOWS___AND_I_HAVE_NO_IDEA_WHATS_GOING_ON p => f_equal f p)).
(* jgross start here! *)
(*Set Ltac Profiling.*)
- Time refine_reflectively_with_bool_with anf. (* Finished transaction in 5.792 secs (5.792u,0.004s) (successful) *)
+ Time refine_reflectively_with_uint8_with anf. (* Finished transaction in 5.792 secs (5.792u,0.004s) (successful) *)
(*Show Ltac Profile.*)
(* total time: 5.680s
diff --git a/src/Specific/IntegrationTestMontgomeryP256.v b/src/Specific/IntegrationTestMontgomeryP256.v
index 8c672404a..db1aa6f51 100644
--- a/src/Specific/IntegrationTestMontgomeryP256.v
+++ b/src/Specific/IntegrationTestMontgomeryP256.v
@@ -61,7 +61,7 @@ Section BoundedField25p5.
(*apply (fun f => proj2_sig_map (fun THIS_NAME_MUST_NOT_BE_UNDERSCORE_TO_WORK_AROUND_CONSTR_MATCHING_ANAOMLIES___BUT_NOTE_THAT_IF_THIS_NAME_IS_LOWERCASE_A___THEN_REIFICATION_STACK_OVERFLOWS___AND_I_HAVE_NO_IDEA_WHATS_GOING_ON p => f_equal f p)).*)
(* jgross start here! *)
Set Ltac Profiling.
- Time refine_reflectively_with_bool_with default. (* Finished transaction in 212.693 secs (212.576u,0.184s) (successful) *)
+ Time refine_reflectively_with_uint8_with default. (* Finished transaction in 212.693 secs (212.576u,0.184s) (successful) *)
Show Ltac Profile.
(* total time: 19.632s
diff --git a/src/Specific/IntegrationTestMontgomeryP256_128.v b/src/Specific/IntegrationTestMontgomeryP256_128.v
index c333fbbbf..264923811 100644
--- a/src/Specific/IntegrationTestMontgomeryP256_128.v
+++ b/src/Specific/IntegrationTestMontgomeryP256_128.v
@@ -61,7 +61,7 @@ Section BoundedField25p5.
(*apply (fun f => proj2_sig_map (fun THIS_NAME_MUST_NOT_BE_UNDERSCORE_TO_WORK_AROUND_CONSTR_MATCHING_ANAOMLIES___BUT_NOTE_THAT_IF_THIS_NAME_IS_LOWERCASE_A___THEN_REIFICATION_STACK_OVERFLOWS___AND_I_HAVE_NO_IDEA_WHATS_GOING_ON p => f_equal f p)).*)
(* jgross start here! *)
Set Ltac Profiling.
- Time refine_reflectively128_with_bool_with default. (* Finished transaction in 212.693 secs (212.576u,0.184s) (successful) *)
+ Time refine_reflectively128_with_uint8_with default. (* Finished transaction in 212.693 secs (212.576u,0.184s) (successful) *)
Show Ltac Profile.
(* total time: 19.632s