mesa/src/microsoft/clc
Yonggang Luo 05f0f54e83 microsoft/clc: Fixes gcc 14 compile warning about sign-compare
Replace
for (int i = 0;
=>
for (size_t i = 0;

 warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<unsigned int, std::allocator<unsigned int> >::size_type' {aka 'long long unsigned int'} [-Wsign-compare]
  929 |    for (int i = 0; i < output.size(); ++i)

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36864>
2025-08-20 17:41:02 +00:00
..
clc_compiler.c treewide: simplify nir_def_rewrite_uses_after 2025-08-01 15:34:24 +00:00
clc_compiler.h microsoft/clc: Add shader model / validator to compiler API 2023-03-31 00:37:19 +00:00
clc_compiler_test.cpp microsoft/clc: Fixes gcc 14 compile warning about sign-compare 2025-08-20 17:41:02 +00:00
clc_nir.c build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
clc_nir.h microsoft/clc: When possible, compute a part-constant "pointer" value for kernel inputs 2024-03-26 20:12:41 +00:00
clon12compiler.def Move a bunch of the CLC stuff from src/microsoft to common code 2021-09-30 07:09:08 +00:00
compute_test.cpp microsoft/clc: {} for struct initialize to avoid warning 2025-08-11 21:11:18 +00:00
compute_test.h microsoft/clc: fixup indentation 2022-04-29 07:08:57 +00:00
meson.build build: pass licensing information in SPDX form 2024-06-29 12:42:49 -07:00