Gqrx is an open source software defined radio receiver (SDR) powered by the GNU Radio and the Qt graphical toolkit.
This repository contains only the core of SIMDe. It is generated automatically for every commit to master, and is intended to be used as a submodule in projects which don't want to include the (rather
VOLK是Vector-Optimized Library of Kernels的缩写,是一个使用CPU的SIMD指令集对向量运行进行加速运行运算的函数库。它是一个包含不同数学运算的手写SIMD代码内核的库。