![]() |
![]() |
#23 |
Bamboozled!
"𒉺𒌌𒇷𒆷ð’€"
May 2003
Down not across
23·463 Posts |
![]() |
![]() |
![]() |
![]() |
#24 |
Apr 2010
Over the rainbow
254010 Posts |
![]()
*Acoustic guitar mode on*
Last fiddled with by firejuggler on 2020-11-05 at 20:44 |
![]() |
![]() |
![]() |
#25 | |
Jun 2012
Boulder, CO
277 Posts |
![]() Quote:
Code:
$ echo "2^1277-1" | ./ecm -c 5 11e6 GMP-ECM 7.0.4 [configured with GMP 6.2.0, --enable-asm-redc] [ECM] Input number is 2^1277-1 (385 digits) Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:15382913345576557885 Step 1 took 63126ms Step 2 took 28310ms Run 2 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:2472923556820086104 Step 1 took 63697ms Step 2 took 28330ms Run 3 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:13772778279637613489 Step 1 took 63532ms Step 2 took 28339ms Run 4 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:4149983287909296098 Step 1 took 65040ms Step 2 took 28394ms Run 5 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:3089621796835281869 Step 1 took 65407ms Step 2 took 28430ms Code:
$ echo "2^1277-1" | ./ecm -c 5 11e6 GMP-ECM 7.0.4 [configured with GMP 6.2.0, GWNUM 29.8, --enable-asm-redc] [ECM] Due to incompatible licenses, this binary file must not be distributed. Input number is 2^1277-1 (385 digits) Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:1133017334638497343 Step 1 took 52939ms Step 2 took 28574ms Run 2 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:16936162798099609109 Step 1 took 52935ms Step 2 took 28488ms Run 3 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:4745769159583183902 Step 1 took 52719ms Step 2 took 28706ms Run 4 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:14575819613407288447 Step 1 took 52688ms Step 2 took 28512ms Run 5 out of 5: Using B1=11000000, B2=35133391030, polynomial Dickson(12), sigma=0:7117923393329265041 Step 1 took 52795ms Step 2 took 28585ms |
|
![]() |
![]() |
![]() |
#26 |
"Ben"
Feb 2007
D5316 Posts |
![]()
Thanks, that's unexpected but neat. Wonder where the crossover is...
|
![]() |
![]() |
![]() |
#27 | |
Jun 2012
Boulder, CO
277 Posts |
![]() Quote:
Code:
$ echo "2^2267-1" | ./ecm -c 5 43e6 GMP-ECM 7.0.4 [configured with GMP 6.2.0, --enable-asm-redc] [ECM] Input number is 2^2267-1 (683 digits) Using B1=43000000, B2=198654756318, polynomial Dickson(12), sigma=0:12068850290356100037 Step 1 took 546568ms Step 2 took 163563ms Code:
$ echo "2^2267-1" | ./ecm -c 5 43e6 GMP-ECM 7.0.4 [configured with GMP 6.2.0, GWNUM 29.8, --enable-asm-redc] [ECM] Due to incompatible licenses, this binary file must not be distributed. Input number is 2^2267-1 (683 digits) Using B1=43000000, B2=198654756318, polynomial Dickson(12), sigma=0:16623107045151173302 Step 1 took 250555ms Step 2 took 163852ms |
|
![]() |
![]() |
![]() |
#28 |
Feb 2019
China
59 Posts |
![]() |
![]() |
![]() |
![]() |
#29 |
Jun 2012
Boulder, CO
27710 Posts |
![]() |
![]() |
![]() |