Skip to content

SRGB conversion routines designed to be easy to vectorize by only using instructions trivially available with SSE/AVX(avoids pow etc). These are the C++ reference implementations. They are accurate enough to support 8 bit srgb -> 32bit float linear -> 8 bit srgb and produce the original value. The SIMD variants can also use the 11 bit rcp instru…

Notifications You must be signed in to change notification settings

TrianglesPCT/srgb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

About

SRGB conversion routines designed to be easy to vectorize by only using instructions trivially available with SSE/AVX(avoids pow etc). These are the C++ reference implementations. They are accurate enough to support 8 bit srgb -> 32bit float linear -> 8 bit srgb and produce the original value. The SIMD variants can also use the 11 bit rcp instru…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages