https://bugs.freedesktop.org/show_bug.cgi?id=69328
--- Comment #6 from Tom Stellard tstellar@gmail.com --- (In reply to comment #3)
The patch seems to make it work!
rotl tests fail however:
Running ./math-int rotl 1 1 2 Failed Running ./math-int rotl 1 32 1 Failed Running ./math-int rotl -1 5 -1 Failed Running ./math-int rotl 4096 23 8 Failed
Do you the latest code from my opencl-example repo? Older versions were missing the rotl.cl file.