1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00
aports/testing/intel-compute-runtime/remove-select.patch
Dennis Krupenik 41a63b1a96 testing/intel-compute-runtime: new aport
Intel® Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver
https://github.com/intel/compute-runtime
2020-08-31 01:13:34 +00:00

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