Message86131
Perhaps better to drop the SSE2 bits completely. Anybody who
actually wants SSE2 instructions in their binary can do a
CC="gcc -msse2 -mfpmath=sse" configure && ...
Unless there are objections, I'll drop everything involving SSE2 from
the configure script.
It's a bit of a shame, though: it's definitely desirable to be using
the SSE2 instructions for floating-point whenever possible. Fewer
surprises due to double rounding or random 80-bit register spilling,
better performance on underflow and NaNs, ... |
|
Date |
User |
Action |
Args |
2009-04-18 18:34:57 | mark.dickinson | set | recipients:
+ mark.dickinson, gvanrossum, tim.peters, nascheme, rhettinger, amaury.forgeotdarc, pitrou, eric.smith, christian.heimes, alexandre.vassalotti, noam, jaredgrubb, preston |
2009-04-18 18:34:57 | mark.dickinson | set | messageid: <1240079697.03.0.504094728798.issue1580@psf.upfronthosting.co.za> |
2009-04-18 18:34:55 | mark.dickinson | link | issue1580 messages |
2009-04-18 18:34:55 | mark.dickinson | create | |
|