From 0ce6cd17717ffb6e2f0245cc3f0afacca984e59e Mon Sep 17 00:00:00 2001 From: Kim Walisch Date: Wed, 7 Jun 2017 19:31:30 +0200 Subject: [PATCH] Changes in version 3.7 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index b65e36c00..d37ed9bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ * S2_hard.cpp: Use new load balancer. * BitSieve.cpp: Get rid of AVX2 (use POPCNT). * Li.cpp: Riemann R and inverse Riemann R implementations. + * fast_div.hpp: Refactor using template metaprogramming. * src/test: Added 27 unit tests. * phi(x, a) now scales > 8 threads. * BinaryIndexedTree.hpp: Do not store multiples of 2.