Pillow/src
homm 2ef6424b55 SIMD AlphaComposite. sse4 implementation
SIMD AlphaComposite. avx2 implementation

SIMD AlphaComposite. increase precision

SIMD AlphaComposite. speedup sse4 by using _mm_mullo_epi16 instead of _mm_mullo_epi32

SIMD AlphaComposite. speedup avx2 by using _mm256_mullo_epi16 instead of _mm256_mullo_epi32

SIMD AlphaComposite. fix bugs

SIMD AlphaComposite. move declarations to beginning of the blocks

SIMD AlphaComposite. fast div aproximation
2024-08-11 21:12:09 +04:00
..
libImaging SIMD AlphaComposite. sse4 implementation 2024-08-11 21:12:09 +04:00
PIL Add core.acceleration attribute 2024-08-11 20:55:45 +04:00
thirdparty encode: Replace PyList_GetItem with PyList_GetItemRef 2024-07-08 15:42:26 +03:00
Tk [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
_imaging.c Add core.acceleration attribute 2024-08-11 20:55:45 +04:00
_imagingcms.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
_imagingft.c Fixed sign comparison warning 2024-08-07 18:44:43 +10:00
_imagingmath.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
_imagingmorph.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
_imagingtk.c Call PyUnstable_Module_SetGIL() to indicate support of running with GIL disabled 2024-07-08 14:40:35 +03:00
_webp.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
decode.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
display.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
encode.c use local variable instead of casting every line 2024-07-19 08:46:25 -05:00
map.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00
outline.c update PyTypeObject slot names 2023-07-02 00:52:08 -05:00
path.c [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-07-16 12:58:04 +00:00