From 499f2104078ce934548470798003d66e36075a7c Mon Sep 17 00:00:00 2001 From: pgardratzama Date: Mon, 29 Dec 2025 12:48:44 +0100 Subject: [PATCH] chore(hpu): make pcc happy --- backends/tfhe-hpu-backend/src/fw/fw_impl/llt/mod.rs | 10 ++++++++-- tfhe/src/high_level_api/prelude.rs | 6 +++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/backends/tfhe-hpu-backend/src/fw/fw_impl/llt/mod.rs b/backends/tfhe-hpu-backend/src/fw/fw_impl/llt/mod.rs index 3ca065bca..98d456bcc 100644 --- a/backends/tfhe-hpu-backend/src/fw/fw_impl/llt/mod.rs +++ b/backends/tfhe-hpu-backend/src/fw/fw_impl/llt/mod.rs @@ -239,7 +239,12 @@ pub fn iop_erc_20(prog: &mut Program) { pub fn iop_erc_20_simd(prog: &mut Program) { // Add Comment header prog.push_comment("ERC_20_SIMD (new_from, new_to) <- (from, to, amount)".to_string()); - simd(prog, crate::asm::iop::SIMD_N, fw_impl::llt::iop_erc_20_rtl, None); + simd( + prog, + crate::asm::iop::SIMD_N, + fw_impl::llt::iop_erc_20_rtl, + None, + ); } #[instrument(level = "trace", skip(prog))] @@ -430,7 +435,8 @@ pub fn iop_erc_20_rtl(prog: &mut Program, batch_index: u8, kogge_blk_w: Option