OpenCL 1.x fract() requires 2 arguments; the single-argument form is OpenCL 2.0+. Replace all usages with crt_fract(x) = x - floor(x). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
OpenCL 1.x fract() requires 2 arguments; the single-argument form is OpenCL 2.0+. Replace all usages with crt_fract(x) = x - floor(x). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>