--- OpenCL/OpenCL.pm 2011/11/16 00:44:41 1.7 +++ OpenCL/OpenCL.pm 2011/11/16 06:22:20 1.8 @@ -169,21 +169,21 @@ =head2 PERL AND OPENCL TYPES -This handy(?) table lists OpenCL types and their perl and pack/unpack +This handy(?) table lists OpenCL types and their perl, PDL and pack/unpack format equivalents: - OpenCL perl pack/unpack - char IV c - uchar IV C - short IV s - ushort IV S - int IV l - uint IV L - long IV q - ulong IV Q - float NV f - half IV S - double NV d + OpenCL perl PDL pack/unpack + char IV - c + uchar IV byte C + short IV short s + ushort IV ushort S + int IV long? l + uint IV - L + long IV longlong q + ulong IV - Q + float NV float f + half IV ushort S + double NV double d =head2 THE OpenCL PACKAGE