poulpy-cpu-arm 0.7.0

A crate providing concrete NEON accelerated CPU implementations of poulpy-hal through its open extension points
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Low-level NEON kernels for the `poulpy-cpu-arm` backend.

pub(crate) mod conv_i64;
pub(crate) mod fft;
pub(crate) mod normalize;
pub(crate) mod ntt4x30_arithmetic;
pub(crate) mod ntt4x30_convert;
pub(crate) mod ntt4x30_mat_vec;
pub(crate) mod ntt4x30_ntt;
pub(crate) mod q120;
pub(crate) mod reim4_arith;
pub(crate) mod reim4_conv;
pub(crate) mod reim_arith;
pub(crate) mod vec_znx_big;
pub(crate) mod znx;
pub(crate) mod znx_normalize;