Skip to content

Optimizations in gdk/gdkmemoryformat.c

Jacob Mealey requested to merge jacobmealey/gtk:gdk_memtexture_opt into main

Changed multiple functions called by gdk_memory_convert to be vectorized. Typical speed up between 1.2x and 1.8x. This PR may break compatibility with non-GCC builds.

closes: #4118

Merge request reports