Error compiling with opencl and quantum64

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
eontech
Posts: 1
Joined: 2011-09-01T06:32:51-07:00
Authentication code: 8675308

Error compiling with opencl and quantum64

Post by eontech »

For imagemagick 6.7.1-0
In the source magick/accelerate.c is not define the CLPixelPacket if MAGICKCORE_QUANTUM_DEPTH == 64.
I solve it seting quantum to 32, but I think that must be a check to prevent it or must define a CLPixelPacket for quantum == 64.

Daniel.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Error compiling with opencl and quantum64

Post by magick »

We'll get a patch to fix the problem you reported into the next point release of ImageMagick. Thanks.
Post Reply