From b679621ac631ac2783bfd391042d30c120b5a220 Mon Sep 17 00:00:00 2001 From: David Monniaux Date: Wed, 6 May 2020 14:13:33 +0200 Subject: make Aarch64 muladd depend on the option --- aarch64/SelectOpproof.v | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'aarch64/SelectOpproof.v') diff --git a/aarch64/SelectOpproof.v b/aarch64/SelectOpproof.v index 54c6a9fd..3379cbd8 100644 --- a/aarch64/SelectOpproof.v +++ b/aarch64/SelectOpproof.v @@ -161,8 +161,10 @@ Proof. - rewrite <- Val.add_assoc. apply eval_addimm. EvalOp. - rewrite Val.add_commut. TrivialExists. - TrivialExists. -- rewrite Val.add_commut. TrivialExists. -- TrivialExists. +- destruct (Compopts.optim_madd tt). + + rewrite Val.add_commut. TrivialExists. + + TrivialExists. +- destruct (Compopts.optim_madd tt); TrivialExists. - TrivialExists. Qed. -- cgit