Core i7 3 GHz @ 3.4 GHz and 12 GByte DDR3 RAM
---------------------------------------------


C:\bench\scimark\jnt\scimark2>"C:\Program Files\Java\jre6\bin\java.exe" -server  -Xms1600m -Xmx1600m -XX:+AggressiveHeap   -cp ..\.. jnt.scimark2.commandline

SciMark 2.0a

Composite Score: 1265.1385420292804
FFT (1024): 795.7301642787169
SOR (100x100):   1449.3832764603712
Monte Carlo : 504.104115638433
Sparse matmult (N=1000, nz=5000): 1077.0090318677676
LU (100x100): 2499.4661219011127

java.vendor: Sun Microsystems Inc.
java.version: 1.6.0_17
os.arch: amd64
os.name: Windows Vista
os.version: 6.0


--------------------------------------------------------

C:\bench\scimark\Scimark2-AMD\Release\asm>runall.bat

C:\bench\scimark\Scimark2-AMD\Release\asm>.\fast\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1257.75
FFT             Mflops:  1121.70    (N=1024)
SOR             Mflops:  1343.76    (100 x 100)
MonteCarlo:     Mflops:   230.32
Sparse matmult  Mflops:  1073.92    (N=1000, nz=5000)
LU              Mflops:  2519.07    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>.\precise\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1302.50
FFT             Mflops:  1154.36    (N=1024)
SOR             Mflops:  1454.85    (100 x 100)
MonteCarlo:     Mflops:   231.71
Sparse matmult  Mflops:  1091.81    (N=1000, nz=5000)
LU              Mflops:  2579.75    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>.\SSE2fast\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1285.28
FFT             Mflops:  1168.67    (N=1024)
SOR             Mflops:  1328.93    (100 x 100)
MonteCarlo:     Mflops:   235.88
Sparse matmult  Mflops:  1082.35    (N=1000, nz=5000)
LU              Mflops:  2610.58    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>.\SSE2precise\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1318.78
FFT             Mflops:  1202.92    (N=1024)
SOR             Mflops:  1460.37    (100 x 100)
MonteCarlo:     Mflops:   232.21
Sparse matmult  Mflops:  1082.79    (N=1000, nz=5000)
LU              Mflops:  2615.58    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>.\SSEfast\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1295.82
FFT             Mflops:  1180.54    (N=1024)
SOR             Mflops:  1386.30    (100 x 100)
MonteCarlo:     Mflops:   231.71
Sparse matmult  Mflops:  1092.27    (N=1000, nz=5000)
LU              Mflops:  2588.31    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>.\SSEprecise\Scimark2-AMD.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1303.72
FFT             Mflops:  1158.96    (N=1024)
SOR             Mflops:  1458.71    (100 x 100)
MonteCarlo:     Mflops:   232.11
Sparse matmult  Mflops:  1089.09    (N=1000, nz=5000)
LU              Mflops:  2579.75    (M=100, N=100)

C:\bench\scimark\Scimark2-AMD\Release\asm>

----------------------------------------------------
Cygwin gnu c compiler no optimization

Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)

$ ./scimark2.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:          423.69
FFT             Mflops:   260.88    (N=1024)
SOR             Mflops:   927.31    (100 x 100)
MonteCarlo:     Mflops:    90.90
Sparse matmult  Mflops:   374.49    (N=1000, nz=5000)
LU              Mflops:   464.87    (M=100, N=100)


----------------------------------------------------

Cygwin gnu c compiler
CFLAGS = -g -m32 -O3 -ffast-math -msse3 -mfpmath=sse  

Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)


$ ./scimark2.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1068.04
FFT             Mflops:   892.88    (N=1024)
SOR             Mflops:  1101.12    (100 x 100)
MonteCarlo:     Mflops:   296.20
Sparse matmult  Mflops:  1118.84    (N=1000, nz=5000)
LU              Mflops:  1931.16    (M=100, N=100)

----------------------------------------------------

Cygwin gnu c compiler
CFLAGS = -g -m32 -O3 -ffast-math -msse2 -mfpmath=sse  

Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)


$ ./scimark2.exe
**                                                              **
** SciMark2 Numeric Benchmark, see http://math.nist.gov/scimark **
** for details. (Results can be submitted to pozo@nist.gov)     **
**                                                              **
Using       2.00 seconds min time per kenel.
Composite Score:         1069.87
FFT             Mflops:   882.49    (N=1024)
SOR             Mflops:  1101.12    (100 x 100)
MonteCarlo:     Mflops:   297.52
Sparse matmult  Mflops:  1126.05    (N=1000, nz=5000)
LU              Mflops:  1942.15    (M=100, N=100)

