[Page version: 20260221 06:09:02]
Measurements for aarch64, pi5, crypto_aead Test results for aarch64, pi5, crypto_aead Test results for crypto_aead/paeq128t| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 1795806 | 8072 28 65536 | 23276 864 66528 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 2123264 | 10212 28 65536 | 23266 816 66544 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 2218849 | 8168 32 65536 | 22268 876 66512 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 3186352 | 4128 28 65536 | 16242 816 66544 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 6682224 | 3680 28 65536 | 16204 864 66512 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 6848370 | 4016 28 65536 | 16166 856 66512 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 7876844 | 3320 28 65536 | 14425 784 66512 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 8387052 | 4004 28 65536 | 16193 800 66520 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
encrypt.cpp: In file included from encrypt.cpp:14: encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/wmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: | ^ encrypt.cpp: In file included from encrypt.cpp:14: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/wmmintrin.h:17: encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/emmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: | ^ encrypt.cpp: In file included from encrypt.cpp:14: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/wmmintrin.h:17: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/emmintrin.h:17: encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/xmmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: | ^ encrypt.cpp: In file included from encrypt.cpp:14: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/wmmintrin.h:17: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/emmintrin.h:17: encrypt.cpp: In file included from /usr/lib/llvm-19/lib/clang/19/include/xmmintrin.h:17: encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/mmintrin.h:14:2: error: "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: 14 | #error "This header is only meant to be used on x86 and x64 architecture" encrypt.cpp: | ^ encrypt.cpp: /usr/lib/llvm-19/lib/clang/19/include/mmintrin.h:39:3: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? encrypt.cpp: 39 | __builtin_ia32_emms(); encrypt.cpp: | ^ encrypt.cpp: ...
| Implementation | Compiler |
| T:aesni | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
| T:aesni | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
encrypt.cpp: encrypt.cpp:14:10: fatal error: wmmintrin.h: No such file or directory encrypt.cpp: 14 | #include "wmmintrin.h" encrypt.cpp: | ^~~~~~~~~~~~~ encrypt.cpp: compilation terminated.
| Implementation | Compiler |
| T:aesni | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
| T:aesni | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall |
| T:aesni | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |