Skip to content

Commit

Permalink
bv2int
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 26, 2024
1 parent 4bc9573 commit 446a709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/frontend/d_cnf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ let smt_fpa_builtins =
end
| Id { ns = Term ; name = Simple "ae.float16" } ->
term_app env s (smt_round 11 24)
| Id { ns = Term ; name = Simple "bv2int" } ->
term_app1 env s DE.Term.Bitv.to_nat
| Id { ns = Term ; name = Simple "ae.float32" } ->
term_app env s (smt_round 24 149)
| Id { ns = Term ; name = Simple "ae.float64" } ->
Expand Down

0 comments on commit 446a709

Please sign in to comment.