Forum: Factoring
2009-12-22, 05:09
|
Replies: 27
Views: 1,937
|
Forum: Msieve
2009-12-13, 06:50
|
Replies: 223
Views: 30,769
|
Forum: Puzzles
2009-11-09, 17:15
|
Replies: 34
Views: 2,396
Retina's code is almost exactly what gcc does...
Retina's code is almost exactly what gcc does (assuming it uses the fp registers, and not the xmm registers) under -O3, with the default control word of 0x37f. Have a look at the output of...
|
Forum: Puzzles
2009-11-08, 08:09
|
Replies: 34
Views: 2,396
|
Forum: Software
2009-11-08, 08:01
|
Replies: 180
Views: 48,008
Other than violating the principle of least...
Other than violating the principle of least surprise, it's not wrong. cpuid has always returned the maximum APIC address, which in the new x2APIC scheme is no longer the same as core count and thread...
|
Forum: Puzzles
2009-11-07, 22:37
|
Replies: 34
Views: 2,396
Actually, gcc (and the c standard) is rather...
Actually, gcc (and the c standard) is rather clear about not respecting exact rounding behavior. The issue is not precision, but rather associativity and contraction (-fassociative-math,...
|
Forum: Puzzles
2009-11-07, 05:36
|
Replies: 34
Views: 2,396
Great puzzle!
Interesting indeed. On...
Great puzzle!
Interesting indeed. On my 64 bit machine, gcc uses the xmm registers regardless of optimization flags, giving 49. Compiling with -m32 reproduces your results.
Looking at the...
|
Forum: Puzzles
2008-04-30, 08:00
|
Replies: 20
Views: 1,688
|
Forum: Puzzles
2006-05-09, 00:52
|
Replies: 29
Views: 2,853
|
Forum: Puzzles
2006-01-09, 04:30
|
Replies: 28
Views: 3,341
Actually, the Sun's tidal forces are about a...
Actually, the Sun's tidal forces are about a third of that of the Moon, and thus contribute significantly to the tides. The interaction between the tides caused by the Sun and the tides caused by the...
|
Forum: Lounge
2005-07-17, 03:14
|
Replies: 93
Views: 9,495
|
Forum: Puzzles
2005-06-21, 20:15
|
Replies: 44
Views: 1,787
|
Forum: Data
2005-03-02, 04:33
|
Replies: 23
Views: 3,585
|
Forum: Data
2005-03-01, 03:26
|
Replies: 23
Views: 3,585
I agree that there are no exponents in the...
I agree that there are no exponents in the factoring queue which are not listed on primenet as having been factored less than indicated in nofactor, but there are 61 exponents (between 27256591 and...
|
Forum: Data
2005-02-25, 05:07
|
Replies: 23
Views: 3,585
|
Forum: Data
2005-02-24, 03:49
|
Replies: 23
Views: 3,585
I can modify the script to filter out triple or...
I can modify the script to filter out triple or higher checks from the wrong queue list, but seeing as how we really don't know were the other exponents came from, it's probably a bad idea to delete...
|
Forum: Data
2005-02-21, 19:16
|
Replies: 23
Views: 3,585
|
Forum: Data
2005-02-21, 04:17
|
Replies: 23
Views: 3,585
|
Forum: Data
2004-12-14, 16:19
|
Replies: 6
Views: 2,518
|
Forum: Data
2004-12-14, 14:55
|
Replies: 6
Views: 2,518
Bad Factor?
I found this factor in the most recent data files (12/12/04):
24742121,3047713721183690569
k = 61589580804
3047713721183690569=53*1009*56991112462997
As 53 is clearly not of the form 2kp+1,...
|
Forum: Miscellaneous Math
2004-11-20, 23:41
|
Replies: 8
Views: 1,572
|
Forum: Math
2004-10-23, 19:37
|
Replies: 9
Views: 3,930
|
Forum: Math
2004-08-25, 16:18
|
Replies: 9
Views: 1,483
|
Forum: Software
2004-08-25, 16:01
|
Replies: 15
Views: 1,984
|
Forum: Math
2004-08-24, 16:20
|
Replies: 9
Views: 1,483
From http://www.mersenne.org/math.htm
GIMPS...
From http://www.mersenne.org/math.htm
GIMPS double-checking goes a bit further to guard against programming errors. Prior to starting the Lucas-Lehmer test, the S0 value is left-shifted by a...
|