Skip to content

Commit

Permalink
Merge branch 'master' into backup3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Jan 7, 2021
2 parents 9db0f70 + 0f4fc60 commit d49cb8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.4...3.19)
project(primecount CXX)
set(PRIMECOUNT_VERSION_MAJOR 6)
set(PRIMECOUNT_VERSION_MINOR 2)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes in primecount-6.2, 2020-12-15
Changes in primecount-6.2, 2021-01-04

The sieving algorithm has been improved by annotating branches
with likely/unlikely and __builtin_unreachable(). This improves
Expand Down
2 changes: 1 addition & 1 deletion lib/primesieve/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.4)
cmake_minimum_required(VERSION 3.4...3.19)
project(primesieve CXX)
set(PRIMESIEVE_VERSION "7.6")
set(PRIMESIEVE_SOVERSION "9.6.0")
Expand Down
4 changes: 2 additions & 2 deletions scripts/build_mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ cp primecount-backup-$VERSION-win-x64.zip ..

echo ""
echo "Testing:"
./primecount 1e15
./primecount 1e15
./primecount 1e17 --time
./primecount 1e17
cd ..

####################################################################
Expand Down

0 comments on commit d49cb8a

Please sign in to comment.