Files
source/sgp
Marco Antonio J. Costaandmajcosta 2c6202334e say what size the pixelation pattern compare reads
The pattern compare in Blt16BPPBufferPixelateRectWithColor gives neither
operand a size: a memory reference with no register to take the width from,
against an untyped zero. MSVC picks a byte, which is right -- Pattern is
UINT8[8][8], and every other access to it in the block goes through al --
but the source never says so, and clang-cl refuses to guess.

Naming the size changes nothing. cl emits 80 3C 1E 00 before and after.
2026-07-23 19:29:55 -03:00
..
2025-01-02 08:02:52 -03:00
2025-02-24 21:42:36 +02:00
2025-02-24 21:42:36 +02:00
2026-07-21 14:42:52 -03:00
2025-09-24 16:14:10 +03:00
2025-02-24 21:42:36 +02:00