aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--riscV/OpWeights.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscV/OpWeights.ml b/riscV/OpWeights.ml
index 2ec663cf..aba025a8 100644
--- a/riscV/OpWeights.ml
+++ b/riscV/OpWeights.ml
@@ -95,9 +95,9 @@ module FU74 = struct
| CEbneuw _ | CEbltw _ | CEbltuw _ | CEbgew _ | CEbgeuw _ | CEbeql _
| CEbnel _ | CEbequl _ | CEbneul _ | CEbltl _ | CEbltul _ | CEbgel _
| CEbgeul _ ->
- [| 1; 0; 1; 0; 0 |]
+ [| 1; 0; 0; 0; 0 |]
| Ccompf _ | Cnotcompf _ | Ccompfs _ | Cnotcompfs _ ->
- [| 1; 0; 1; 1; 0 |])
+ [| 1; 0; 0; 1; 0 |])
| _ -> [| 1; 0; 0; 0; 0 |]
let non_pipelined_resources_of_op (op : operation) (nargs : int) =