Message259505
> Fast patch is already implemented in long_mul(). May be we should just use this function if both arguments are exact int, and apply the switch optimization inside.
Agree.
BTW, what do you think about using __int128 when available? That way we can also optimize twodigit PyLongs. |
|
| Date |
User |
Action |
Args |
| 2016-02-03 19:26:33 | yselivanov | set | recipients:
+ yselivanov, lemburg, rhettinger, mark.dickinson, pitrou, vstinner, casevh, serhiy.storchaka, josh.r, zbyrne |
| 2016-02-03 19:26:33 | yselivanov | set | messageid: <[email protected]> |
| 2016-02-03 19:26:33 | yselivanov | link | issue21955 messages |
| 2016-02-03 19:26:33 | yselivanov | create | |
|