-
Recent Posts
Archives
Categories
Meta
Monthly Archives: August 2011
Byte-wise copies of Numpy arrays
I needed a method for copying data from one Numpy array to another such that the byte alignment is correct. This is in order that I can use SSE instructions properly on the resultant arrays (64-bit machines seem to reliably … Continue reading
Posted in Programming
Leave a comment