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

Port of reSID, a MOS6581 SID emulator engine, to Rust

Results 3 resid-rs issues
Sort by recently updated
recently updated
newest added

Hello, To begin, thank you very much for your work! It's a very nice peace of rust code. I played and wrote some code [here](http://github.com/sbechet/robrs) using `resid-rs`. It seems i...

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.