aboutsummaryrefslogtreecommitdiffstats
path: root/mppa_k1c/ExtValues.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-13 14:02:23 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-05-13 14:02:23 +0200
commit5e53b6e6447b22eb34e5be1bc45320ca4e3d82a1 (patch)
tree46cd387020eb3af3c65d8bd8d0b73af3e47feaaf /mppa_k1c/ExtValues.v
parentc1b36f701c8c3968bb5fad86c94dd5ccfa81e3e5 (diff)
downloadcompcert-kvx-5e53b6e6447b22eb34e5be1bc45320ca4e3d82a1.tar.gz
compcert-kvx-5e53b6e6447b22eb34e5be1bc45320ca4e3d82a1.zip
we directly call 64-bit unsigned division
Diffstat (limited to 'mppa_k1c/ExtValues.v')
-rw-r--r--mppa_k1c/ExtValues.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mppa_k1c/ExtValues.v b/mppa_k1c/ExtValues.v
index 8e00dc99..3529a36f 100644
--- a/mppa_k1c/ExtValues.v
+++ b/mppa_k1c/ExtValues.v
@@ -180,4 +180,4 @@ Proof.
{ apply Z_div_pos; omega. }
pose proof modulus_fits_64.
omega.
-Qed. \ No newline at end of file
+Qed.