Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
716687e1
Commit
716687e1
authored
Jan 30, 2021
by
David Monniaux
Browse files
fix OpWeights
parent
18a2f806
Pipeline
#58820
passed with stages
in 345 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
riscV/OpWeights.ml
View file @
716687e1
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment