Skip to content

util,ralloc: Use __builtin_mul_overflow rather than division

Icecream95 requested to merge icecream95/mesa:overflow into main

On ARMv7, where software division would otherwise be used, speeds up compiling the skia shaders in shader-db by 5%.

Merge request reports