aboutsummaryrefslogtreecommitdiffstats
path: root/riscV
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-02-03 14:18:25 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2021-02-03 14:18:25 +0100
commitf1cd6a0d07ad6b8a5f35124fc3b59f5366ac25bd (patch)
tree3fa29779d8f730b316d0f77b69ebcf965ce7e690 /riscV
parentcf327999cbfdd4b3373030a453f267689b540bfb (diff)
parent716687e12509a873e469e38250ffd57ba5d011f1 (diff)
downloadcompcert-kvx-f1cd6a0d07ad6b8a5f35124fc3b59f5366ac25bd.tar.gz
compcert-kvx-f1cd6a0d07ad6b8a5f35124fc3b59f5366ac25bd.zip
Merge remote-tracking branch 'origin/kvx-work' into riscV-cmov
Diffstat (limited to 'riscV')
-rw-r--r--riscV/OpWeights.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/OpWeights.ml b/riscV/OpWeights.ml
index 75a913c6..2b0496fc 100644
--- a/riscV/OpWeights.ml
+++ b/riscV/OpWeights.ml
@@ -104,7 +104,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