Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanel Liiv committed Mar 7, 2020
1 parent da7a244 commit 3cb5404
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ rpt_release: *.zig
-lc -lm \
-I./Prime95-29.8b6/gwnum/ --library ./Prime95-29.8b6/gwnum/gwnum.a \
-I./gmp-6.2.0 --library ./gmp-6.2.0/.libs/libgmp.a \
--name rpt_release
--name rpt_release_linux64
PATH=/home/tanel/software/upx-3.96-amd64_linux/:$PATH \
upx -9 ./rpt_release
upx -9 ./rpt_release_linux64

v:
#v -cg -prod -cc gcc-9 -cflags -fauto-profile=altllr.gcov altllr.v
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ $ ./rpt 39547695 506636 4
```

```
./rpt 39547695 506636 4 130 ↵
./rpt 39547695 506636 3
=== RPT - Riesel Prime Tester v0.0.2 [GWNUM: 29.8 GMP: 6.2.0] ===
LLR testing: 39547695*2^506636-1 [152521 digits] on 4 threads
LLR testing: 39547695*2^506636-1 [152521 digits] on 3 threads
FFT size 50KB [WARNING: Probably too many threads for this FFT size]
step 1. find U0 ...
found V1 [11] using Jacobi Symbols in 0ms
found U0 using Lucas Sequence in 64ms
step 2. LLR test ...
0....1....2....3....4....5....6....7....8....9....X
LLR took 62269ms
LLR took 58755ms
#> 39547695*2^506636-1 [152521 digits] IS PRIME
```
Pseudocode of the whole thing
Expand Down

0 comments on commit 3cb5404

Please sign in to comment.