Skip to content

Commit

Permalink
feat: Add emitters for int <-> float/usize conversions (#94)
Browse files Browse the repository at this point in the history
Work towards #22, but since we updated to hugr 0.12.0 there are more
operations in `arithmetic.conversions`. I'll implement those in a
separate PR.

---------

Co-authored-by: Mark Koch <[email protected]>
  • Loading branch information
croyzor and mark-koch authored Sep 12, 2024
1 parent aba5bd0 commit 1286f60
Show file tree
Hide file tree
Showing 15 changed files with 686 additions and 38 deletions.
1 change: 1 addition & 0 deletions src/custom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::{

use super::emit::EmitOp;

pub mod conversions;
pub mod float;
pub mod int;
pub mod logic;
Expand Down
Loading

0 comments on commit 1286f60

Please sign in to comment.