>
> Problem 3:
> OpenCL Build log: input.cl:323:10: error: cannot combine with previous
> 'type-name' declaration specifier
> input.cl:323:15: error: expected identifier or '('
> input.cl:324:8: error: expected identifier or '('
> input.cl:325:32: error: expected expression
> �
>
This is a bug in mandelbulber-oepncl. It's using half as a variable name,
which is not allowed since half is also the name of a type.