resid-rs icon indicating copy to clipboard operation
resid-rs copied to clipboard

Only run vector benchmarks on appropriate targets

Open graymalkin opened this issue 1 year ago • 0 comments

Running benchmarks was failing on an ARM target because compute_convolution_fir_avx2 and compute_convolution_fir_sse were not defined. I've config copied the guards from src/sampler.rs to the benchmark code.

graymalkin avatar Oct 04 '22 15:10 graymalkin