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 belopolsky
Recipients belopolsky, drj, mark.dickinson, vstinner
Date 2008-12-09.16:12:03
SpamBayes Score 0.005388566
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Tue, Dec 9, 2008 at 11:02 AM, Mark Dickinson <[email protected]> wrote:
...
> If your Intel machine is Pentium 4 or newer, you can get
> around this by using the SSE2 extensions, which work with 64-bit doubles
> throughout.  I don't remember offhand precisely which gcc flags you need
> for this.

The flags you may be looking for are -msse2 -mfpmath=sse
History
Date User Action Args
2008-12-09 16:12:04belopolskysetrecipients: + belopolsky, mark.dickinson, vstinner, drj
2008-12-09 16:12:04belopolskylinkissue3166 messages
2008-12-09 16:12:03belopolskycreate