此工程为验证SIMD加速效果用,使用SSE加速,加速对象为双线性插值算法
This poject is for testing SIMD acceleration for bilinear interpolation algorithm using SSE Intrinsics
如下为建议终端编译指令
Here is the recommanded build instructions in shell:
cd /Project_DIR
mkdir build && cd build
cmake ..
make
./run