writing python extensions in assembly
inhahe
inhahe at gmail.com
Fri May 16 14:08:40 EDT 2008
"Dan Upton" <upton at virginia.edu> wrote in message
news:mailman.1236.1210959884.12834.python-list at python.org...
>
> On Fri, May 16, 2008 at 1:27 PM, Mensanator <mensanator at aol.com> wrote:
>>
>> Why wouldn't the compilers support it? It's part of the x86
>> architexture,
>> isn't it?
>
> Yeah, but I don't know if it uses it by default, and my guess is it
> depends on how the compiler back end goes about optimizing the code
> for whether it will see data access/computation patterns amenable to
> SIMD.
perhaps you explicitly use them with some extended syntax or something?
More information about the Python-list
mailing list