Test results for amd64, wooden, crypto_encrypt/mcnie4q2561
[Page version: 20241030 00:12:07]
Measurements for amd64, wooden, crypto_encrypt
Test results for amd64, wooden, crypto_encrypt
Test results for crypto_encrypt/mcnie4q2561
Computer: wooden
Microarchitecture: amd64; Goldmont (506c9)
Architecture: amd64
CPU ID: GenuineIntel-000506c9-1fc9cbf5
SUPERCOP version: 20241022
Operation: crypto_encrypt
Primitive: mcnie4q2561
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
14530086 | 53569 6 52 | 73108 792 1696 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
14609016 | 49351 6 52 | 67834 832 1632 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
14678184 | 53512 6 52 | 74290 832 1632 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
15104068 | 33467 6 52 | 49994 816 1632 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
15138738 | 39766 6 52 | 58060 792 1696 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
15302866 | 63606 6 52 | 82986 832 1632 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
16238526 | 35780 6 52 | 52986 816 1632 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
20939100 | 37651 6 52 | 55500 792 1696 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
42763630 | 30606 6 52 | 46916 784 1664 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240625 |
Compiler output
bin_vec.c: bin_vec.c:201:8: warning: unused variable 'last' [-Wunused-variable]
bin_vec.c: short last = x->size - ((n-1)<<5);
bin_vec.c: ^
bin_vec.c: 1 warning generated.
conv.c: conv.c:142:4: warning: misleading indentation; statement is not part of the previous 'for' [-Wmisleading-indentation]
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^
conv.c: conv.c:127:2: note: previous statement is here
conv.c: for( i=0 ; i<nr ; i++ )
conv.c: ^
conv.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
bin_vec.c: bin_vec.c: In function 'Shift':
bin_vec.c: bin_vec.c:201:8: warning: unused variable 'last' [-Wunused-variable]
bin_vec.c: 201 | short last = x->size - ((n-1)<<5);
bin_vec.c: | ^~~~
conv.c: conv.c: In function 'conv':
conv.c: conv.c:127:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
conv.c: 127 | for( i=0 ; i<nr ; i++ )
conv.c: | ^~~
conv.c: conv.c:142:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
conv.c: 142 | for( i=0 ; i<nr ; i++ )
conv.c: | ^~~
crypt.c: crypt.c: In function 'crypto_encrypt_mcnie4q2561_ref_timingleaks':
crypt.c: crypt.c:987:31: warning: variable 'res_bytes' set but not used [-Wunused-but-set-variable]
crypt.c: 987 | unsigned long long num_block,res_bytes,real_mlen;
crypt.c: | ^~~~~~~~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |