Fix m 60 a 0 by making modified variable non-const master
authorDavid Llewellyn-Jones <david@flypig.co.uk>
Fri, 26 Aug 2016 18:10:36 +0000 (18:10 +0000)
committerDavid Llewellyn-Jones <david@flypig.co.uk>
Fri, 26 Aug 2016 18:10:36 +0000 (18:10 +0000)
commit161a6eb4bc643d8e636e96eda613f5137d30da59
tree07ec1ab8c08de381550bc4c0f44746c4fd2f3e25
parentc015b57fae5e411c5453c986712216d637f4e321
Fix m 60 a 0 by making modified variable non-const

The pw_len variable is a constant in the standard version. When
adding the mangle code it needs to be modified, so the const
should have been removed.
OpenCL/m00060_a1_m.cl