https://github.com/pothosware/soapyvolkconverters
A Soapy support module that registers type converters implemented in VOLK
https://github.com/pothosware/soapyvolkconverters
avx avx2 converter cpp sdr simd soapy soapysdr sse sse2 sse3 volk
Last synced: 3 months ago
JSON representation
A Soapy support module that registers type converters implemented in VOLK
- Host: GitHub
- URL: https://github.com/pothosware/soapyvolkconverters
- Owner: pothosware
- License: gpl-3.0
- Created: 2019-12-14T01:25:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-27T17:14:39.000Z (over 2 years ago)
- Last Synced: 2025-01-15T10:28:18.473Z (4 months ago)
- Topics: avx, avx2, converter, cpp, sdr, simd, soapy, soapysdr, sse, sse2, sse3, volk
- Language: C++
- Size: 59.6 KB
- Stars: 1
- Watchers: 15
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: COPYING
Awesome Lists containing this project
README
# Soapy SDR VOLK-based type converters
This Soapy module adds vectorized numeric conversion functions, providing more efficient conversions
in many cases than with stock SoapySDR. Once this module is installed, nothing more needs to be done;
Soapy modules that use SoapySDR's converter infrastructure will automatically default to these new
converters.## Build Status

## Dependencies
* C++14-compatible compiler
* VOLK - https://github.com/gnuradio/volk
* SoapySDR (0.7+) - https://github.com/pothosware/SoapySDR/wiki## Licensing information
* GPLv3: http://www.gnu.org/licenses/gpl-3.0.html