Implementation notes: aarch64, a72, crypto_aead/deoxysi128v141

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: deoxysi128v141
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
171332? ? ?? ? ?tablegcc_-march=native_-mtune=native_-O32017100920170904
174410? ? ?? ? ?tablegcc_-march=native_-mtune=native_-O22017100920170904
176009? ? ?? ? ?tablegcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
176259? ? ?? ? ?tablegcc_-march=native_-mtune=native_-Os2017100920170904
179083? ? ?? ? ?tablegcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904
179837? ? ?? ? ?tablegcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
804282? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
807372? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
1452844? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
1807870? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
2633534? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904
2638931? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Compiler output

Implementation: crypto_aead/deoxysi128v141/aesni
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
deoxys.c: deoxys.c:26:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c: #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
deoxys.c: ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 12, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 aesni aesnis
gcc -funroll-loops -march=native -mtune=native -O3 aesni aesnis
gcc -funroll-loops -march=native -mtune=native -Os aesni aesnis
gcc -march=native -mtune=native -O2 aesni aesnis
gcc -march=native -mtune=native -O3 aesni aesnis
gcc -march=native -mtune=native -Os aesni aesnis

Compiler output

Implementation: crypto_aead/deoxysi128v141/bitslice
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
deoxys_8.c: deoxys_8.c:29:10: fatal error: tmmintrin.h: No such file or directory
deoxys_8.c: #include <tmmintrin.h>
deoxys_8.c: ^~~~~~~~~~~~~
deoxys_8.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 bitslice
gcc -funroll-loops -march=native -mtune=native -O3 bitslice
gcc -funroll-loops -march=native -mtune=native -Os bitslice
gcc -march=native -mtune=native -O2 bitslice
gcc -march=native -mtune=native -O3 bitslice
gcc -march=native -mtune=native -Os bitslice