psykose 1ec88109e2
unmaintained/intel-compute-runtime: move from testing
does not build, not installable for 6 months, not updated for a year

see: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/35445
2022-08-01 03:25:20 +02:00

15 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);