This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, eric.smith, gvanrossum, jaredgrubb, mark.dickinson, nascheme, noam, pitrou, preston, rhettinger, tim.peters
Date 2009-04-18.18:34:55
SpamBayes Score 2.2467414e-06
Marked as misclassified No
Message-id <1240079697.03.0.504094728798.issue1580@psf.upfronthosting.co.za>
In-reply-to
Content
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, ...
History
Date User Action Args
2009-04-18 18:34:57mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, tim.peters, nascheme, rhettinger, amaury.forgeotdarc, pitrou, eric.smith, christian.heimes, alexandre.vassalotti, noam, jaredgrubb, preston
2009-04-18 18:34:57mark.dickinsonsetmessageid: <1240079697.03.0.504094728798.issue1580@psf.upfronthosting.co.za>
2009-04-18 18:34:55mark.dickinsonlinkissue1580 messages
2009-04-18 18:34:55mark.dickinsoncreate