Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
69349 | 11224 0 0 | 25574 840 856 | T:opt64 | clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
69375 | 12648 0 0 | 25032 816 848 | T:opt64 | gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
69544 | 12656 0 0 | 26080 816 864 | T:opt64 | gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
72426 | 12420 0 0 | 23808 800 840 | T:opt64 | gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
79530 | 13540 0 0 | 25999 808 848 | T:opt64 | gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
118280 | 2684 0 0 | 17086 840 856 | T:ref | clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
147693 | 5756 0 0 | 19248 816 864 | T:ref | gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
281088 | 2792 0 0 | 15216 816 848 | T:ref | gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
378131 | 2936 0 0 | 15431 808 848 | T:ref | gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
431049 | 2600 0 0 | 14024 800 840 | T:ref | gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall | 20240821 | 20240808 |
ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable] ascon.c: int capacity = size - rate; ascon.c: ^ ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable] ascon.c: int capacity = size - rate; ascon.c: ^ ascon.c: 2 warnings generated.
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ascon.c: ascon.c: In function 'crypto_aead_ascon128v11_ref_timingleaks_encrypt': ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable] ascon.c: 98 | int capacity = size - rate; ascon.c: | ^~~~~~~~ ascon.c: ascon.c: In function 'crypto_aead_ascon128v11_ref_timingleaks_decrypt': ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable] ascon.c: 197 | int capacity = size - rate; ascon.c: | ^~~~~~~~
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ascon.o load64 T ascon.o permutation T ascon.o printstate T ascon.o printwords T ascon.o store64 T
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |