shunwang / numexpr

Automatically exported from code.google.com/p/numexpr
MIT License
0 stars 0 forks source link

Unaligned arrays should not be copied on AMD/Intel architectures #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
AMD/Intel CPUs can deal with unaligned arrays directly, but also very
efficiently.  This is why a copy can be avoided in Numexpr when dealing
with unaligned arrays in AMD/Intel machines, thus accelerating computations
in this scenario still more.

Original issue reported on code.google.com by fal...@gmail.com on 23 Jun 2009 at 7:41

GoogleCodeExporter commented 9 years ago
Fixed in r143 (trunk) and r144 (1.3 branch).

Original comment by fal...@gmail.com on 23 Jun 2009 at 8:46