aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/OpWeights.ml
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-08 15:54:32 +0100
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-02-08 15:54:32 +0100
commit7ae5c396ec30c9ee35e5c0399f9e146c84103669 (patch)
tree449b245e9a09a7ec364691f3e58327892ca9d3ee /riscV/OpWeights.ml
parentacb41b1af6e5e4c933e3be1b17f6e5012eca794d (diff)
parentf9ea38dc368dbe1d796c3e8cbea88cd5c3a1c164 (diff)
downloadcompcert-kvx-7ae5c396ec30c9ee35e5c0399f9e146c84103669.tar.gz
compcert-kvx-7ae5c396ec30c9ee35e5c0399f9e146c84103669.zip
Merge remote-tracking branch 'origin/CompCert_RTLpath_simuX' into riscv-work
Diffstat (limited to 'riscV/OpWeights.ml')
-rw-r--r--riscV/OpWeights.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/OpWeights.ml b/riscV/OpWeights.ml
index 09760db9..5ac318c8 100644
--- a/riscV/OpWeights.ml
+++ b/riscV/OpWeights.ml
@@ -116,7 +116,7 @@ module SweRV_EH1 =
| Omul | Omulhs | Omulhu
| Omull | Omullhs | Omullhu -> [| 1 ; 0 ; 1 |]
| Odiv | Odivu | Odivl | Odivlu -> [| 0 ; 0; 0 |]
- | _ -> [| 1; 0; 0; 0 |];;
+ | _ -> [| 1; 0; 0 |];;
let non_pipelined_resources_of_op (op : operation) (nargs : int) =
match op with