aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Experiments/NewPipeline/SlowPrimeSynthesisExamples.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Experiments/NewPipeline/SlowPrimeSynthesisExamples.v b/src/Experiments/NewPipeline/SlowPrimeSynthesisExamples.v
index ab005cf27..b2d76911c 100644
--- a/src/Experiments/NewPipeline/SlowPrimeSynthesisExamples.v
+++ b/src/Experiments/NewPipeline/SlowPrimeSynthesisExamples.v
@@ -748,9 +748,9 @@ Module P256_32.
Local Notation "'adc32' '(' c ',' x ',' y ')'" :=
(#(Z_cast2 (uint32, bool)%core) @ (#Z_add_with_get_carry @ #(ident.Literal (t:=base.type.Z) 4294967296) @ c @ x @ y))%expr (at level 50) : expr_scope.
- (* Print is too slow (it takes about an hour) *)
+ (* Print is too slow *)
- (*Time Print mulmod.*)
+ Time Print mulmod.
(*
mulmod =