File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,13 @@ been used to compute many new [prime sum world records](#a046731-world-records)!
1414
1515## Binaries
1616
17- Below are the latest precompiled binaries for Windows 64-bit and Linux x64 .
17+ Below are the latest precompiled binaries for Windows, Linux and macOS .
1818These binaries are statically linked and require a CPU which supports the
1919POPCNT instruction (2010 or later).
2020
21- * [ primesum-1.2-win64.zip] ( https://github.com/kimwalisch/primesum/releases/download/v1.2/primesum-1.2-win64.zip ) , 392 KB
22- * [ primesum-1.2-linux-x64.tar.gz] ( https://github.com/kimwalisch/primesum/releases/download/v1.2/primesum-1.2-linux-x64.tar.gz ) , 1 MB
23-
24- ## 256-bit binaries
25-
26- [ primesum 256-bit] ( https://github.com/kimwalisch/primesum/tree/256-bit )
27- allows to compute prime sums for values of x  ; ≥  ; 2<sup >64</sup >,
28- it runs about 30% slower than the 128-bit primesum version due to slower
29- 256-bit integer arithmetic.
30-
31- * [ primesum-1.2-256-win64.zip] ( https://github.com/kimwalisch/primesum/releases/download/v1.2-256-bit/primesum-1.2-256-win64.zip ) , 407 KB
32- * [ primesum-1.2-256-linux-x64.tar.gz] ( https://github.com/kimwalisch/primesum/releases/download/v1.2-256-bit/primesum-1.2-256-linux-x64.tar.gz ) , 1 MB
21+ * [ primesum-1.3-win64.zip] ( https://github.com/kimwalisch/primesum/releases/download/v1.3/primesum-1.3-win64.zip ) , 529 KB
22+ * [ primesum-1.3-linux-x64.tar.gz] ( https://github.com/kimwalisch/primesum/releases/download/v1.3/primesum-1.3-linux-x64.tar.gz ) , 1.1 MB
23+ * [ primesum-1.3-macOS-x64.zip] ( https://github.com/kimwalisch/primesum/releases/download/v1.3/primesum-1.3-macOS-x64.zip ) , 956 KB
3324
3425## Build instructions
3526
You can’t perform that action at this time.
0 commit comments