adamgreig / sdr-rs

SDR DSP for Rust
25 stars 9 forks source link

Use SIMD where possible, once stable #10

Open adamgreig opened 9 years ago

adamgreig commented 9 years ago

Especially for representing IQ data!

jordens commented 1 year ago

Explicit SIMD might not be needed. Just as a point of reference: For the FIR filters in idsp the compiler is able to automatically infer AVX-256 SIMD instructions by itself. In addition to the other tweaks this makes them some 20 times faster than the the FIR filters here, i.e. GS/s speeds on a single Skylake core.