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 skrah
Recipients Andrew Turner, Arfrever, emaste, koobs, mark.dickinson, skrah, vstinner
Date 2015-09-21.15:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442848806.58.0.957704267582.issue24520@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding volatile: gcc/clang seem to honor *some* changes to
the control word. At least in libmpdec both compilers have
always left the settings 80bit-prec/ROUND_CHOP intact, even
though it's not the default.

Let's rewrite Python in asm to avoid these issues. :)
History
Date User Action Args
2015-09-21 15:20:06skrahsetrecipients: + skrah, mark.dickinson, vstinner, Arfrever, koobs, emaste, Andrew Turner
2015-09-21 15:20:06skrahsetmessageid: <1442848806.58.0.957704267582.issue24520@psf.upfronthosting.co.za>
2015-09-21 15:20:06skrahlinkissue24520 messages
2015-09-21 15:20:06skrahcreate