sage-5.11/spkg/standard/.
>> > 3) Compile SAGE as usual
>> >
>> > Most folks in this situation will not want to compile SAGE themselves
>> (it
>> > took me 37 hours on my 1.3 GHz Athlon) and it would be nice to have a
>> > pre-compiled version av
("XX");
return 0;
}
else
{
printf("YY");
return _mm_extract_epi16(foo, 0);
}
}
- Andrew
On Tue, Sep 24, 2013 at 1:44 AM, Emmanuel Thomé wrote:
>
> On Tuesday, September 24, 2013 2:41:58 AM UTC+2, Andrew Fiori wrote:
>
>> Th
This is likely a build error bug on all systems which do not support SSE2 but
where building is done using the current version of gcc. It may also manifest
as a runtime error on binary builds installed on systems which do not support
SSE2 (but I have not tested that).
I am submitting this here