mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 08:31:50 +01:00
does not build, not installable for 6 months, not updated for a year see: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/35445
15 lines
356 B
Diff
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);
|
|
|