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:08:30
SpamBayes Score 7.249671e-07
Marked as misclassified No
Message-id <1240078111.86.0.768476093315.issue1580@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, I think you're right.

Perhaps the SSE2 support should be turned into an --enable-sse2 configure 
option, that's disabled by default?  One problem with this is that I don't 
know how to enable SSE2 instructions for compilers other than gcc, so the option would only apply to gcc-based systems.

Disabling SSE2 would just mean that all x86/gcc systems would end up using 
the inline assembler to get and set the control word;  so we'd still get 
short float repr everywhere we did before.
History
Date User Action Args
2009-04-18 18:08:32mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, tim.peters, nascheme, rhettinger, amaury.forgeotdarc, pitrou, eric.smith, christian.heimes, alexandre.vassalotti, noam, jaredgrubb, preston
2009-04-18 18:08:31mark.dickinsonsetmessageid: <1240078111.86.0.768476093315.issue1580@psf.upfronthosting.co.za>
2009-04-18 18:08:30mark.dickinsonlinkissue1580 messages
2009-04-18 18:08:30mark.dickinsoncreate