Skip to content

Commit d2dbdaf

Browse files
committed
Changes in version 1.2
1 parent 8e8063f commit d2dbdaf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
2017-11-21 Kim Walisch <kim.walisch@gmail.com>
1+
2017-11-25 Kim Walisch <kim.walisch@gmail.com>
22

3-
Version 1.2 work in progress.
3+
Version 1.2 released.
44

5-
This version fixes an integer overflow in the 128-bit version of
6-
primesum and speeds up the 256-bit version of primesum by up
7-
to 30% due to replacing the Boost multiprecision library with
8-
my own highly optimzed int256_t type.
5+
This version fixes an integer overflow in primesum 128-bit
6+
and speeds up primesum 256-bit by up to 30% due to replacing the
7+
Boost multiprecision library with my own highly optimized
8+
int256_t type.
99

1010
* int256_t.hpp: New 256-bit signed integer type.
1111
* Fix 128-bit integer overflow in phi_sum.cpp.

0 commit comments

Comments
 (0)