Implementation notes: armeabi, novena, crypto_aead/minalpherv11

Computer: novena
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20220506
Operation: crypto_aead
Primitive: minalpherv11
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
59556727080 0 018589 424 776T:refgcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022060520220506
737258412492 0 029317 424 776T:refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022060520220506
806263915352 0 038341 424 792T:refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022060520220506
830425818636 0 033165 424 784T:refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022060520220506
94467484396 0 014645 424 776T:refgcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022060520220506
114033023864 0 013465 416 776T:refgcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022060520220506
117057285284 0 020339 420 776T:refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022060520220506
124037835556 0 020811 420 776T:refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2022060520220506
128254164228 0 014286 416 776T:refgcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2022060520220506

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
encrypt.cpp: In file included from encrypt.cpp:34:
encrypt.cpp: In file included from ./define.h:47:
encrypt.cpp: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/x86intrin.h:13:
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:188:10: error: use of undeclared identifier '__builtin_ia32_readeflags_u32'
encrypt.cpp: return __builtin_ia32_readeflags_u32();
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:194:3: error: use of undeclared identifier '__builtin_ia32_writeeflags_u32'
encrypt.cpp: __builtin_ia32_writeeflags_u32(__f);
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:284:10: error: use of undeclared identifier '__builtin_ia32_crc32qi'
encrypt.cpp: return __builtin_ia32_crc32qi(__C, __D);
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:305:10: error: use of undeclared identifier '__builtin_ia32_crc32hi'; did you mean '__builtin_arm_crc32h'?
encrypt.cpp: return __builtin_ia32_crc32hi(__C, __D);
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:305:10: note: '__builtin_arm_crc32h' declared here
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:326:10: error: use of undeclared identifier '__builtin_ia32_crc32si'
encrypt.cpp: return __builtin_ia32_crc32si(__C, __D);
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:354:10: error: use of undeclared identifier '__builtin_ia32_rdpmc'; did you mean '__builtin_arm_dmb'?
encrypt.cpp: return __builtin_ia32_rdpmc(__A);
encrypt.cpp: ^
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:354:10: note: '__builtin_arm_dmb' declared here
encrypt.cpp: /usr/lib/llvm-11/lib/clang/11.0.1/include/ia32intrin.h:354:10: error: argument to '__builtin_arm_dmb' must be a constant integer
encrypt.cpp: return __builtin_ia32_rdpmc(__A);
encrypt.cpp: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
clang++ -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2
clang++ -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2
clang++ -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2
clang++ -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:avx2

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
encrypt.cpp: In file included from encrypt.cpp:34:
encrypt.cpp: define.h:47:12: fatal error: x86intrin.h: No such file or directory
encrypt.cpp: 47 | #include <x86intrin.h>
encrypt.cpp: | ^~~~~~~~~~~~~
encrypt.cpp: compilation terminated.

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2
g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2