mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 11:19:50 +03:00
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver https://github.com/intel/compute-runtime
14 lines
356 B
Diff
14 lines
356 B
Diff
do not redefine `select`
|
|
---
|
|
--- a/opencl/source/builtin_kernels_simulation/opencl_c.h
|
|
+++ b/opencl/source/builtin_kernels_simulation/opencl_c.h
|
|
@@ -220,8 +220,6 @@
|
|
( \
|
|
(type)var)
|
|
|
|
-#define select(a, b, c) (c ? b : a)
|
|
-
|
|
uint get_local_id(int dim);
|
|
uint get_global_id(int dim);
|
|
uint get_local_size(int dim);
|
|
|