mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +00:00
Neil Roberts
d3948fab8c
cogl-bitmap: Remove const from premult_alpha_last_four_pixels_sse2
The function modifies the pixels pointed by p in-place so the pointer can not be constant. The compiler was accepting this because the modification is done from inline assembler.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%