Julian Taylor added the comment:

no in numpy it is just a case of using the wrong allocator in a certain spot, 
an issue that can be fixed in numpy.
But it is also minor bug/documentation issue in Python itself.

Alignment isn't very important for SIMD any more but there are architectures 
where alignment is still mandatory so numpy is sprinkled with asserts checking 
alignment which triggered on x32.
It is a very minor issue as to my knowledge none of the platforms with 
alignment requirement has the properties of x32 and x32 doesn't actually care 
about alignment either.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30150>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to