Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Various benchmarks of Raspberry Pi using hardware float instructions
- and hard float ABI versus same hardware using emulated float instructions
- and soft float ABI as well as other ARM hardware. Benchmark is BYTE
- Magazine BYTEmark benchmark program from the following link:
- http://www.tux.org/~mayer/linux/bmark.html
- ===================================================================================
- ===================================================================================
- Raspberry Pi ARM1176JZF-S, 700 MHz, Debian wheezy armhf (VFP with hard float ABI)
- ===================================================================================
- ===================================================================================
- TEST : Iterations/sec. : Old Index : New Index
- : : Pentium 90* : AMD K6/233*
- --------------------:------------------:-------------:------------
- NUMERIC SORT : 196.48 : 5.04 : 1.65
- STRING SORT : 31.377 : 14.02 : 2.17
- BITFIELD : 9.0498e+07 : 15.52 : 3.24
- FP EMULATION : 44.112 : 21.17 : 4.88
- FOURIER : 2031.7 : 2.31 : 1.30
- ASSIGNMENT : 2.6086 : 9.93 : 2.57
- IDEA : 678.91 : 10.38 : 3.08
- HUFFMAN : 428.68 : 11.89 : 3.80
- NEURAL NET : 3.3229 : 5.34 : 2.25
- LU DECOMPOSITION : 77.76 : 4.03 : 2.91
- ==========================ORIGINAL BYTEMARK RESULTS==========================
- INTEGER INDEX : 11.610
- FLOATING-POINT INDEX: 3.676
- Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
- ==============================LINUX DATA BELOW===============================
- CPU :
- L2 Cache :
- OS : Linux 3.1.9+
- C compiler : gcc version 4.6.3 (Debian 4.6.3-1)
- libc : libc-2.13.so
- MEMORY INDEX : 2.626
- INTEGER INDEX : 3.119
- FLOATING-POINT INDEX: 2.039
- ===================================================================================
- ===================================================================================
- Raspberry Pi ARM1176JZF-S, 700 MHz, Debian squeeze armel (emulated with softfp ABI)
- ===================================================================================
- ===================================================================================
- TEST : Iterations/sec. : Old Index : New Index
- : : Pentium 90* : AMD K6/233*
- --------------------:------------------:-------------:------------
- NUMERIC SORT : 234 : 6.00 : 1.97
- STRING SORT : 29.661 : 13.25 : 2.05
- BITFIELD : 5.6494e+07 : 9.69 : 2.02
- FP EMULATION : 48.381 : 23.22 : 5.36
- FOURIER : 199.4 : 0.23 : 0.13
- ASSIGNMENT : 2.305 : 8.77 : 2.28
- IDEA : 511.41 : 7.82 : 2.32
- HUFFMAN : 315.08 : 8.74 : 2.79
- NEURAL NET : 0.31211 : 0.50 : 0.21
- LU DECOMPOSITION : 11.041 : 0.57 : 0.41
- ==========================ORIGINAL BYTEMARK RESULTS==========================
- INTEGER INDEX : 10.101
- FLOATING-POINT INDEX: 0.402
- Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
- ==============================LINUX DATA BELOW===============================
- CPU :
- L2 Cache :
- OS : Linux 3.1.9+
- C compiler : gcc version 4.4.5 (Debian 4.4.5-8)
- libc :
- MEMORY INDEX : 2.114
- INTEGER INDEX : 2.876
- FLOATING-POINT INDEX: 0.223
- ===================================================================================
- ===================================================================================
- Freescale iMX53 Cortex-A8, 1 GHz, Debian wheezy armhf (VFPv3 with hard float ABI)
- ===================================================================================
- ===================================================================================
- TEST : Iterations/sec. : Old Index : New Index
- : : Pentium 90* : AMD K6/233*
- --------------------:------------------:-------------:------------
- NUMERIC SORT : 447.28 : 11.47 : 3.77
- STRING SORT : 56.475 : 25.23 : 3.91
- BITFIELD : 1.996e+08 : 34.24 : 7.15
- FP EMULATION : 61.016 : 29.28 : 6.76
- FOURIER : 1801.3 : 2.05 : 1.15
- ASSIGNMENT : 7.8958 : 30.04 : 7.79
- IDEA : 1491.1 : 22.81 : 6.77
- HUFFMAN : 698.05 : 19.36 : 6.18
- NEURAL NET : 2.1227 : 3.41 : 1.43
- LU DECOMPOSITION : 76.978 : 3.99 : 2.88
- ==========================ORIGINAL BYTEMARK RESULTS==========================
- INTEGER INDEX : 23.406
- FLOATING-POINT INDEX: 3.031
- Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
- ==============================LINUX DATA BELOW===============================
- CPU :
- L2 Cache :
- OS : Linux 2.6.35.3-mx5
- C compiler : gcc version 4.6.3 (Debian 4.6.3-1)
- libc : libc-2.13.so
- MEMORY INDEX : 6.016
- INTEGER INDEX : 5.713
- FLOATING-POINT INDEX: 1.681
- ===================================================================================
- ===================================================================================
- Marvell Orion 88F5182 A2, 500 MHz, Debian squeeze armel (emulated with softfp ABI)
- ===================================================================================
- ===================================================================================
- TEST : Iterations/sec. : Old Index : New Index
- : : Pentium 90* : AMD K6/233*
- --------------------:------------------:-------------:------------
- NUMERIC SORT : 163.6 : 4.20 : 1.38
- STRING SORT : 13.674 : 6.11 : 0.95
- BITFIELD : 4.5087e+07 : 7.73 : 1.62
- FP EMULATION : 30.634 : 14.70 : 3.39
- FOURIER : 129.47 : 0.15 : 0.08
- ASSIGNMENT : 1.7822 : 6.78 : 1.76
- IDEA : 308.52 : 4.72 : 1.40
- HUFFMAN : 196.77 : 5.46 : 1.74
- NEURAL NET : 0.18755 : 0.30 : 0.13
- LU DECOMPOSITION : 6.2351 : 0.32 : 0.23
- ==========================ORIGINAL BYTEMARK RESULTS==========================
- INTEGER INDEX : 6.535
- FLOATING-POINT INDEX: 0.243
- Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0
- ==============================LINUX DATA BELOW===============================
- CPU :
- L2 Cache :
- OS : Linux 2.6.32-5-orion5x
- C compiler : gcc version 4.4.5 (Debian 4.4.5-8)
- libc : libc-2.11.3.so$W5 (Debian 4.4.5-8)
- MEMORY INDEX : 1.390
- INTEGER INDEX : 1.838
- FLOATING-POINT INDEX: 0.135
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement