Stefan Krah added the comment:

I’ve released mpdecimal-2.4.0:

http://www.bytereef.org/mpdecimal/download.html


sha256sum:
==========

996c73b63868699c4f86694671bd7ff3d1a8a88d8af2c22a5abe0c9a5845cf75  
mpdecimal-2.4.0.tar.gz


On obscure architectures I would recommend to run `make check` (leaves asserts 
in!).


The fastest binaries are generated with:

./configure CFLAGS=-DNDEBUG
make profile


The -flto option appears to slow things down, -O3 instead of -O2
is the same or slightly worse in my experience.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19732>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to