Skip to content

Commit 99bb50c

Browse files
committed
1. AVX-512 support.
2. Modified torture test dialog box with new options and better understanding of the L1/L2/L3 cache hierarchy. 3. More robust implementation of Gerbicz error checking in PRP tests. This replace LL testing as the default work type.
0 parents  commit 99bb50c

File tree

600 files changed

+785567
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

600 files changed

+785567
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.DS_Store
2+
.idea
3+
.vscode

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Great Internet Mersenne Prime Search (GIMPS)
2+
3+
> Prime95, also distributed as a command-line utility mprime under FreeBSD and Linux, is a freeware application written by George Woltman. It is used by Great Internet Mersenne Prime Search (GIMPS), a distributed computing project dedicated to Mersenne prime hunting. In overclocking circles, its also commonly used for stability testing.
4+
5+
This repo is a mirror to [Free Mersenne Prime Search Software](https://www.mersenne.org/download/) source code for Windows, Linux, FreeBSD, and Mac OS X.
6+
7+
You could download the latest code from [GIMPS](https://www.mersenne.org) or [release page](https://github.com/shafferjohn/Prime95/releases).

WhatsNew.txt

Lines changed: 1343 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)