.gitignore
.gitlab-ci.yml
LICENSE
MANIFEST.in
Makefile
README.md
example.py
plot_example.py
pyproject.toml
setup.py
benchmarks/bench_gstlal
benchmarks/bench_gstlal.c
benchmarks/bench_layout.py
benchmarks/bench_upsample.py
benchmarks/upsample_c.c
csrc/cpu_detect.c
csrc/cpu_detect.h
csrc/dispatch.c
csrc/dispatch.h
csrc/resample_ext_simd.c
csrc/kernels/convolve_avx.c
csrc/kernels/convolve_avx2.c
csrc/kernels/convolve_avx512.c
csrc/kernels/convolve_neon.c
csrc/kernels/convolve_scalar.c
csrc/kernels/convolve_sse2.c
csrc/kernels/convolve_sse4.c
src/sgnl_cpu_interp/__init__.py
src/sgnl_cpu_interp/_version.py
src/sgnl_cpu_interp/py.typed
src/sgnl_cpu_interp.egg-info/PKG-INFO
src/sgnl_cpu_interp.egg-info/SOURCES.txt
src/sgnl_cpu_interp.egg-info/dependency_links.txt
src/sgnl_cpu_interp.egg-info/requires.txt
src/sgnl_cpu_interp.egg-info/top_level.txt
tests/test_simd.py