Skip to content

Commit

Permalink
remove leftover change on loading from db
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 9, 2025
1 parent fc190a0 commit 2918281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iris-mpc-gpu/src/dot/share_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ impl ShareDB {

let a0_host = record
.iter()
.map(|&x: &u16| ((x >> 8) as i32 - 128) as i8)
.map(|&x| ((x as i8) as i32 - 128) as i8)
.collect::<Vec<_>>();

let a1_host = record
Expand Down

0 comments on commit 2918281

Please sign in to comment.