Test results for aarch64, pi5, crypto_aead/paeq128t

[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
Computer: pi5
Microarchitecture: aarch64; Cortex-A76 (414fd0b1)
Architecture: aarch64
CPU ID: 414fd0b1
SUPERCOP version: 20251222
Operation: crypto_aead
Primitive: paeq128t
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
17958068072 28 6553623276 864 66528T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
212326410212 28 6553623266 816 66544T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
22188498168 32 6553622268 876 66512T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
31863524128 28 6553616242 816 66544T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
66822243680 28 6553616204 864 66512T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
68483704016 28 6553616166 856 66512T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
78768443320 28 6553614425 784 66512T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026010120251222
83870524004 28 6553616193 800 66520T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026010120251222

Compiler output


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: ...

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

Compiler output


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.

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