mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
fmt
This commit is contained in:
@@ -119,7 +119,6 @@ pub fn reim4_vec_mat1col_product_ref(
|
||||
j += 8;
|
||||
}
|
||||
dst[0..8].copy_from_slice(&acc);
|
||||
|
||||
}
|
||||
|
||||
#[inline(always)]
|
||||
|
||||
@@ -459,8 +459,6 @@ pub fn test_svp_apply_dft_to_dft_inplace<BR: Backend, BT: Backend>(
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
|
||||
assert_eq!(res_ref, res_test);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user