Skip to content

kobalicek/simdtests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimdTests

This is a playground used to test SIMD optimized functions related mostly 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
  • trigo - SIMD optimized trigonometric functions

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