We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8063f commit d2dbdafCopy full SHA for d2dbdaf
ChangeLog
@@ -1,11 +1,11 @@
1
-2017-11-21 Kim Walisch <kim.walisch@gmail.com>
+2017-11-25 Kim Walisch <kim.walisch@gmail.com>
2
3
- Version 1.2 work in progress.
+ Version 1.2 released.
4
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.
+ This version fixes an integer overflow in primesum 128-bit
+ and speeds up primesum 256-bit by up to 30% due to replacing the
+ Boost multiprecision library with my own highly optimized
+ int256_t type.
9
10
* int256_t.hpp: New 256-bit signed integer type.
11
* Fix 128-bit integer overflow in phi_sum.cpp.
0 commit comments