On Friday, September 20, 2013 3:01:13 PM UTC+2, Andrew Fiori wrote:
>
> 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 rather than to bug tracker for several reasons:
>    - It is unlikely anyone cares enough to fix this properly upstream 
> (which is where the bug really is).
>    - The build error only effects building from source on systems that are 
> out of date and will becoming even less common going forward.
>
Well, upstream does care, for that matter. It's a bit annoying that our 
sse-2 check misses the point ! Thanks for this report.

The configure check there does AC_RUN_IFELSE. So it should fail... if it 
were actually doing anything. Presently the check is just a stupid almost 
no-op, at least it's clearly a compile-only check.

I've just pushed in a less stupid sse-2 code. Would you mind checking out 
the tip of the gf2x repository and give it a go on your machine ? I don't 
have access to a non-sse2 amd64 cpu.

(You may also grab a snapshot with autoconf stuff already built at the 
following 
URL: http://www.loria.fr/~thome/vrac/gf2x-201309232352-49027b2.tar.gz )

Best,

E.

>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to