Test results for armeabi, berry0, crypto_aead/paeq64

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/paeq64
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: paeq64
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
172673537612 28 6553624627 432 66352T:refclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
181580759988 28 6553623794 396 66352T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
182354907644 28 6553622647 432 66360T:refclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
293712855076 28 6553617226 396 66352T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
299097614196 28 6553615582 388 66352T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
338319285456 28 6553620549 428 66352T:refclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
338384735520 28 6553620637 428 66352T:refclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101020240909
344046865072 28 6553617121 396 66352T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101020240909

Compiler output


encrypt.cpp: In file included from encrypt.cpp:13:
encrypt.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/wmmintrin.h:13:
encrypt.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/emmintrin.h:13:
encrypt.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
encrypt.cpp:     __builtin_ia32_emms();
encrypt.cpp:     ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:5: note: '__builtin_isless' declared here
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:33:25: error: too few arguments to function call, expected 2, have 0
encrypt.cpp:     __builtin_ia32_emms();
encrypt.cpp:                         ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:19: error: use of undeclared identifier '__builtin_ia32_vec_init_v2si'
encrypt.cpp:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
encrypt.cpp:                   ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:67:12: error: use of undeclared identifier '__builtin_ia32_vec_ext_v2si'
encrypt.cpp:     return __builtin_ia32_vec_ext_v2si((__v2si)__m, 0);
encrypt.cpp:            ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:19: error: use of undeclared identifier '__builtin_ia32_packsswb'
encrypt.cpp:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.cpp:                   ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:19: error: use of undeclared identifier '__builtin_ia32_packssdw'
encrypt.cpp:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
encrypt.cpp:                   ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:19: error: use of undeclared identifier '__builtin_ia32_packuswb'
encrypt.cpp:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
encrypt.cpp: ...

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

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 (10.2.1_20210110)
T:aesnig++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
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 (10.2.1_20210110)