Test results for armeabi, berry0, crypto_aead/paeq128
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/paeq128
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: paeq128
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
18907476 | 10652 28 65536 | 25539 432 66360 | T:ref | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
20756723 | 12564 28 65536 | 26390 396 66352 | T:ref | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
21578150 | 7844 28 65536 | 24739 432 66352 | T:ref | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
32370726 | 6040 28 65536 | 18210 396 66352 | T:ref | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
34922886 | 4936 28 65536 | 16282 388 66352 | T:ref | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
37322160 | 5200 28 65536 | 20197 428 66352 | T:ref | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
39035312 | 5276 28 65536 | 20281 428 66352 | T:ref | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
41732462 | 5588 28 65536 | 17681 396 66352 | T:ref | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241010 | 20240909 |
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:
Implementation | Compiler |
T:aesni | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:aesni | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:aesni | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall |
T:aesni | clang++ -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:
Implementation | Compiler |
T:aesni | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:aesni | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
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 (10.2.1_20210110) |
Compiler output
encrypt.cpp: In file included from encrypt.cpp:12:
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:
Implementation | Compiler |
T:opt-win-aes | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt-win-aes | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt-win-aes | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall |
T:opt-win-aes | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
encrypt.cpp: encrypt.cpp:12:10: fatal error: wmmintrin.h: No such file or directory
encrypt.cpp: 12 | #include "wmmintrin.h"
encrypt.cpp: | ^~~~~~~~~~~~~
encrypt.cpp: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt-win-aes | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt-win-aes | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt-win-aes | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall |
T:opt-win-aes | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |