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

Dangerous matrix abstraction #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JayFoxRox
Copy link
Member

@JayFoxRox JayFoxRox commented May 2, 2018

Depends on #3 .

The function sub_4323C0 (Demo) would run into trouble if arguments a1 and a2 overlap. However, the way this is written, it's very unlikely that this is intended to happen. The original code probably passed objects or used restricted pointers for optimizations.

I've therefore taken the liberty to rewrite it with restricted pointers (loss of accuracy!). I'm still not sure what operation this is.

I'll create a new issue to warn users about the usage of restrict.

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

Successfully merging this pull request may close these issues.

None yet

1 participant