<br><br><div><span class="gmail_quote">On 8/9/07, <b class="gmail_sendername">David Cournapeau</b> <<a href="mailto:david@ar.media.kyoto-u.ac.jp">david@ar.media.kyoto-u.ac.jp</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Charles R Harris wrote:<br>><br>> Ah, you want it in C.<br>What would be the use to get SIMD aligned arrays in python ?</blockquote><div><br>If I wanted a fairly specialized routine and didn't want to touch the guts of numpy, I would pass the aligned array to a C function and use the data pointer. The python code would be just a high level wrapper. You might even be able to use ctypes to pass the pointer into a library function. It's not necessary to code everything in C using the python C API.
<br><br>Chuck<br></div><br></div><br>