[Page version: 20260221 06:09:02]
Measurements for aarch64, pi5, crypto_aead Test results for aarch64, pi5, crypto_aead Test results for crypto_aead/paeq80| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 1470552 | 10032 28 65536 | 25276 864 66528 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 1727405 | 14276 28 65536 | 27370 816 66544 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 1820196 | 10316 32 65536 | 24372 876 66512 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 2605062 | 6068 28 65536 | 18226 816 66544 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 6259286 | 6544 28 65536 | 18774 856 66512 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 6303013 | 5696 28 65536 | 18252 864 66512 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 7441990 | 5112 28 65536 | 16241 784 66512 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20260101 | 20251222 |
| 7895307 | 6092 28 65536 | 18313 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:13: 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:13: 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:13: 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:13: 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:13:10: fatal error: wmmintrin.h: No such file or directory encrypt.cpp: 13 | #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) |