The filter is multi-threaded capable ; it has opencl support, but currently disabled in the code.
https://gitlab.gnome.org/GNOME/gegl/-/bl...int.c#L641
The filter itself does not use SIMD instructions ; if the image precision is not 32bits float, a format conversion is needed, and <maybe> SIMD instructions are used to do the conversion.
https://gitlab.gnome.org/GNOME/gegl/-/bl...int.c#L641
The filter itself does not use SIMD instructions ; if the image precision is not 32bits float, a format conversion is needed, and <maybe> SIMD instructions are used to do the conversion.