mirror of
https://github.com/arnaucube/poulpy.git
synced 2026-02-10 05:06:44 +01:00
remove problematic assertion
This commit is contained in:
@@ -68,7 +68,6 @@ pub fn znx_extract_digit_addmul_avx(base2k: usize, lsh: usize, res: &mut [i64],
|
||||
#[cfg(debug_assertions)]
|
||||
{
|
||||
assert_eq!(res.len(), src.len());
|
||||
assert!(lsh < base2k);
|
||||
}
|
||||
|
||||
use std::arch::x86_64::{
|
||||
|
||||
Reference in New Issue
Block a user