From 578c7e91d4539fc315cde4037da0696ee3fe170c Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Thu, 17 Feb 2022 09:28:29 +0100 Subject: [PATCH] fix crossBuild error (windows) --- include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/types.h b/include/types.h index c7c836d76..408cfd86a 100644 --- a/include/types.h +++ b/include/types.h @@ -2311,7 +2311,7 @@ typedef struct user_options bool backend_ignore_hip; bool backend_ignore_metal; bool backend_ignore_opencl; - uint backend_info; + unsigned int backend_info; bool optimized_kernel_enable; bool multiply_accel_disable; bool outfile_autohex;