[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_aead Test results for armeabi, h7panda, crypto_aead Test results for crypto_aead/paeq128t| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
|---|---|---|---|---|---|---|
| 6557218 | 9568 28 65536 | 24700 516 66448 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 7205120 | 9740 28 65536 | 31193 508 66456 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 8703116 | 4728 28 65536 | 18476 516 66448 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 9119584 | 8084 28 65536 | 26316 508 66440 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 18067169 | 4200 28 65536 | 17080 504 66440 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 20250035 | 4524 28 65536 | 18256 512 66440 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 20466465 | 4528 28 65536 | 21028 508 66440 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
| 20717576 | 5912 28 65536 | 21974 504 66440 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251025 | 20250922 |
encrypt.cpp: In file included from encrypt.cpp:14: encrypt.cpp: /usr/lib/clang/20/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/clang/20/include/wmmintrin.h:17: encrypt.cpp: /usr/lib/clang/20/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/clang/20/include/wmmintrin.h:17: encrypt.cpp: In file included from /usr/lib/clang/20/include/emmintrin.h:17: encrypt.cpp: /usr/lib/clang/20/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/clang/20/include/wmmintrin.h:17: encrypt.cpp: In file included from /usr/lib/clang/20/include/emmintrin.h:17: encrypt.cpp: In file included from /usr/lib/clang/20/include/xmmintrin.h:17: encrypt.cpp: /usr/lib/clang/20/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/clang/20/include/mmintrin.h:74:3: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? encrypt.cpp: 74 | __builtin_ia32_emms(); encrypt.cpp: | ^ encrypt.cpp: ...
| Implementation | Compiler |
| T:aesni | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:aesni | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:aesni | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:aesni | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
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.1_20250207) |
| T:aesni | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:aesni | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:aesni | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |