You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are too many issues when running in 64bit devices, because in 64 bit device, the float length is 8. In the function 'PFMatrixMakeFromArray', the author used the wrong offset 'sizeof(float)' instead of 'n', changing CGFloat _t = data+(i_n); will be OK.
The text was updated successfully, but these errors were encountered:
There are too many issues when running in 64bit devices, because in 64 bit device, the float length is 8. In the function 'PFMatrixMakeFromArray', the author used the wrong offset 'sizeof(float)' instead of 'n', changing CGFloat _t = data+(i_n); will be OK.
There are too many issues when running in 64bit devices, because in 64 bit device, the float length is 8. In the function 'PFMatrixMakeFromArray', the author used the wrong offset 'sizeof(float)' instead of 'n', changing CGFloat _t = data+(i_n); will be OK.
The text was updated successfully, but these errors were encountered: