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 mark.dickinson, skrah
Date 2009-11-09.11:41:17
SpamBayes Score 5.9194845e-06
Marked as misclassified No
Message-id <1257766879.2.0.812846556103.issue5792@psf.upfronthosting.co.za>
In-reply-to
Content
I see two alternatives:

(1) Use fesetenv.  I don't know what the appropriate value to pass would
be though, or even whether solaris lets you use fesetenv to control the
x87 precision.  It seems that its primary purpose is to set flags and traps.

(2) Use inline assembly, assuming that suncc supports this.  This seems
simpler.  It's just a matter of figuring out the syntax that suncc
expects for asm, and making sure the code is properly tested.
History
Date User Action Args
2009-11-09 11:41:19mark.dickinsonsetrecipients: + mark.dickinson, skrah
2009-11-09 11:41:19mark.dickinsonsetmessageid: <1257766879.2.0.812846556103.issue5792@psf.upfronthosting.co.za>
2009-11-09 11:41:18mark.dickinsonlinkissue5792 messages
2009-11-09 11:41:17mark.dickinsoncreate