chore(tfhe): update check toolchain

This commit is contained in:
Arthur Meyre
2023-04-12 14:26:37 +02:00
parent d28880ac30
commit 3f719a30f6
2 changed files with 2 additions and 5 deletions

View File

@@ -7,10 +7,7 @@ fn sqr(x: f64) -> f64 {
fn criterion_bench(c: &mut Criterion) {
{
use tfhe::core_crypto::fft_impl::fft128::crypto::bootstrap::{
bootstrap_scratch, Fourier128LweBootstrapKey,
};
use tfhe::core_crypto::fft_impl::fft128::math::fft::Fft128;
use tfhe::core_crypto::fft_impl::fft128::crypto::bootstrap::bootstrap_scratch;
use tfhe::core_crypto::prelude::*;
type Scalar = u128;

View File

@@ -1 +1 @@
nightly-2023-01-30
nightly-2023-04-12