Skip to content

aco: Work around MSVC restrict in c99_compat.h

James Park requested to merge jpark37/mesa:aco-restrict-win32 into main

Future LLVM header leads to __declspec(__restrict), which is invalid. Just undefine the restrict macro to keep __declspec(restrict).

Fixes #5512 (closed).

Edited by James Park

Merge request reports