Skip to content

Commit 05023f4

Browse files
committed
Misc/NEWS: add blurb for wide int fast path
1 parent d8b9f3f commit 05023f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Improve performance of binary ``int`` add and subtract for wide exact
2+
integers that fit in ``int64_t`` while keeping the existing compact-int
3+
specialization unchanged.

0 commit comments

Comments
 (0)