summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/libmpdec/vcdiv64.asm
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright. The four year increment is intentional (to save work).Stefan Krah2013-12-081-1/+1
|
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+48
up the decimal module. Performance gains of the new C implementation are between 12x and 80x, depending on the application.