Alexander Michael wrote:
> On Feb 4, 2008 5:13 AM, David Cournapeau <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> While studying a bit nsis (an open source system to build windows
>> installers), I realized that it would be good if we could detect the
>> target CPU and install the right numpy according
On Feb 4, 2008 5:13 AM, David Cournapeau <[EMAIL PROTECTED]> wrote:
> Hi,
>
> While studying a bit nsis (an open source system to build windows
> installers), I realized that it would be good if we could detect the
> target CPU and install the right numpy accordingly. I have coded a
> nsis plugin
Hi,
While studying a bit nsis (an open source system to build windows
installers), I realized that it would be good if we could detect the
target CPU and install the right numpy accordingly. I have coded a
nsis plugin to detect SSE availability (no SSE vs SSE vs SSE2 vs SS3),
and including insta