mesa/src/microsoft/clc
Yonggang Luo c9e9c6cfb6 microsoft/clc: Fixes gcc 14 compile warning about narrowing conversion
../../src/microsoft/clc/clc_compiler_test.cpp:1338:12: warning: narrowing conversion of 'log10(((double)0.0f))' from 'double' to 'float' [-Wnarrowing]
 1338 |       log10(0.0f), log10(1.0f), log10(2.0f), log10(3.0f)
      |       ~~~~~^~~~~~

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 narrowing conversion 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
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