-
Notifications
You must be signed in to change notification settings - Fork 31
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
Exception in UnalignedCopy64 #7
Comments
I have met a similar problem. It occured when run UnalignedCopy64 function on ARM cpu .See this:How does the ARM Compiler support unaligned accesses?(http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka15414.html) My Solution is :
|
the same issule that I encountered in Unity3D with Android platform
Useful, THANKYOU |
The following Code results in an Exception during decompression in Utilities.UnalignedCopy64:
The Exception occured with the Native-Implementation.
The text was updated successfully, but these errors were encountered: