-
Notifications
You must be signed in to change notification settings - Fork 0
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…
TrianglesPCT/srgb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published