Skip to content

empty-spacebar/Bilinear_Interpolation_SSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bilinear_Interpolation_SSE

此工程为验证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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published