Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in ios64 bit devices. #2

Open
wuzkun opened this issue Aug 5, 2014 · 1 comment
Open

Issues in ios64 bit devices. #2

wuzkun opened this issue Aug 5, 2014 · 1 comment

Comments

@wuzkun
Copy link

wuzkun commented Aug 5, 2014

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.

@howoften
Copy link

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.

it seems working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants