Subject: | does not support coming 64bit indexing |
The SIZE() of PDL indexes, dimensions, and offsets can be
64bit if your perl platform supports it with the coming PDL-2.007
release. A look at your PP code shows that you have assumed
that index values are all 32bits. You'll need to change the data
type of index quantities to PDL_Indx (in C), indx (in PP signatures),
and indx type at the perl/PDL level to enable 64bit support.
Check defined(&PDL::indx) to determine if the PDL you are building
against has the new 64bit support.
64bit if your perl platform supports it with the coming PDL-2.007
release. A look at your PP code shows that you have assumed
that index values are all 32bits. You'll need to change the data
type of index quantities to PDL_Indx (in C), indx (in PP signatures),
and indx type at the perl/PDL level to enable 64bit support.
Check defined(&PDL::indx) to determine if the PDL you are building
against has the new 64bit support.