This commit is contained in:
Pro7ech
2025-09-15 19:19:23 +02:00
parent c8a1997a57
commit af5d8a308f
4 changed files with 2 additions and 7 deletions

View File

@@ -119,7 +119,6 @@ pub fn reim4_vec_mat1col_product_ref(
j += 8;
}
dst[0..8].copy_from_slice(&acc);
}
#[inline(always)]

View File

@@ -459,8 +459,6 @@ pub fn test_svp_apply_dft_to_dft_inplace<BR: Backend, BT: Backend>(
);
}
assert_eq!(res_ref, res_test);
}
}