Skip to content

ewmailing/simdtests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimdTests

This is a playground used to test SIMD optimized functions related to 2D computer graphics. It contains validation of SIMD optimized functions and benchmarks that show relative performance gain. Some experiments contain SSE3 and SSSE3 version that can be also used to compare with SSE2 baseline implementation.

The repository contains the following concepts:

  • dejpeg - SIMD optimized JPEG decoding functions (dezigzag, idct, ycbcr)
  • depng - SIMD optimized PNG reverse filter implementation (revfilter)
  • pixops - SIMD optimized low-level pixel operations (crossfade)
  • rgbhsv - SIMD optimized RGB<->HSV conversion

Support

Please consider a donation if this repository saved you some time when implementing your own variation:

Authors & Maintainers

About

SIMD optimizations related to 2D computer graphics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • C 4.5%
  • CMake 1.0%