commit | 33f78c858bab404ea6957f350ae2b262e5aa685a | [log] [tgz] |
---|---|---|
author | dirk <[email protected]> | Sun Jun 19 12:36:11 2016 +0200 |
committer | dirk <[email protected]> | Sun Jun 19 12:36:39 2016 +0200 |
tree | d20e39f43c1154174e1df464320449b82e93ee07 | |
parent | 5fb2395d563883c0558115e7c1ae930d6ca5c942 [diff] [blame] |
Fixed calculation of the device_signature.
diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c index ca92c77..a740f19 100644 --- a/MagickCore/opencl.c +++ b/MagickCore/opencl.c
@@ -2075,7 +2075,7 @@ continue; } device_signature=signature; - device_signature=StringSignature(device->platform_name); + device_signature^=StringSignature(device->platform_name); status=CompileOpenCLKernel(device,accelerateKernelsBuffer,options, device_signature,exception); UnlockSemaphoreInfo(device->lock);