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
Somehow an alignment error gets thrown on 32-bit systems, as has been seen on appveyor. The error was thrown on an array of Float64 so it seems to me that the only way this can happen is if the array was constructed misaligned.
I have very little ability to troubleshoot this, any help is welcome. A starting point might be painstakingly checking the writes to make sure that they only put things in aligned locations.
The text was updated successfully, but these errors were encountered:
Somehow an alignment error gets thrown on 32-bit systems, as has been seen on appveyor. The error was thrown on an array of
Float64
so it seems to me that the only way this can happen is if the array was constructed misaligned.I have very little ability to troubleshoot this, any help is welcome. A starting point might be painstakingly checking the writes to make sure that they only put things in aligned locations.
The text was updated successfully, but these errors were encountered: