[Page version: 20241028 05:30:40]
Measurements for amd64, gemini, crypto_aead Test results for amd64, gemini, crypto_aead Test results for crypto_aead/iscream12v2Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
114121 | 20338 0 0 | 42352 780 1080 | T:sse | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
121607 | 10923 0 0 | 29763 756 1048 | T:sse | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
122914 | 37576 0 0 | 61216 812 1016 | T:sse | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
123461 | 14898 0 0 | 35736 780 1080 | T:sse | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
124111 | 36232 0 0 | 57568 812 1016 | T:sse | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
131771 | 12960 0 0 | 32454 804 1016 | T:sse | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
135109 | 14262 0 0 | 34190 804 1016 | T:sse | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
145113 | 16073 0 0 | 36424 780 1080 | T:sse | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240701 | 20240625 |
442510 | 8874 1024 0 | 30816 1812 1080 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
531339 | 5191 1024 0 | 26544 1844 1016 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
531610 | 5344 1024 0 | 29008 1844 1016 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
539148 | 5387 1024 0 | 27672 1844 1016 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
650655 | 3124 1024 0 | 22590 1836 1016 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
876440 | 3800 1024 0 | 24560 1812 1080 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
931614 | 2902 1024 0 | 22822 1836 1016 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
938862 | 3492 1024 0 | 23760 1812 1080 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
1061406 | 2582 1024 0 | 21331 1788 1048 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241016 | 20241011 |
iscream.c: iscream.c:184:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: A = __builtin_ia32_pshufb128(table, t0); iscream.c: ^ iscream.c: iscream.c:185:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: C = __builtin_ia32_pshufb128(table, t1); iscream.c: ^ iscream.c: iscream.c:189:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: B = __builtin_ia32_pshufb128(table, t0); iscream.c: ^ iscream.c: iscream.c:190:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: D = __builtin_ia32_pshufb128(table, t1); iscream.c: ^ iscream.c: iscream.c:197:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: A ^= __builtin_ia32_pshufb128(table, in[0]); iscream.c: ^ iscream.c: iscream.c:198:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: C ^= __builtin_ia32_pshufb128(table, in[2]); iscream.c: ^ iscream.c: iscream.c:202:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: B ^= __builtin_ia32_pshufb128(table, in[0]); iscream.c: ^ iscream.c: iscream.c:203:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: D ^= __builtin_ia32_pshufb128(table, in[2]); iscream.c: ^ iscream.c: iscream.c:210:10: error: '__builtin_ia32_pshufb128' needs target feature ssse3 iscream.c: ...
Implementation | Compiler |
T:sse | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
iscream_cipher.o Class13 T iscream_cipher.o LBox1 D iscream_cipher.o LBox2 D iscream_cipher.o LS_decrypt T iscream_cipher.o LS_encrypt T
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) |
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) |