Test results for armeabi, h7panda, crypto_aead/paeq64

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_aead Test results for armeabi, h7panda, crypto_aead Test results for crypto_aead/paeq64
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: paeq64
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
517595811036 28 6553626124 516 66448T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
55512708872 28 6553630337 508 66456T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
69202225408 28 6553619116 516 66448T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
73458678520 28 6553626764 508 66440T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
160484824704 28 6553617528 504 66440T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
178397035420 28 6553621924 508 66440T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
179761605248 28 6553618940 512 66440T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025102520250922
185234327120 28 6553623190 504 66440T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025102520250922

Compiler output


encrypt.cpp: In file included from encrypt.cpp:13:
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:13:
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:13:
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:13:
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: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesniclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:aesniclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:aesniclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:aesniclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

Compiler output


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.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:aesnig++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:aesnig++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:aesnig++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:aesnig++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)