Implementation notes: aarch64, a72, crypto_aead/morus1280256v2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: morus1280256v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
14125? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
14149? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
14195? ? ?? ? ?ref64gcc_-march=native_-mtune=native_-O32017100920170904
14206? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
14217? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
14242? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
22555? ? ?? ? ?ref64gcc_-march=native_-mtune=native_-O22017100920170904
22574? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
22890? ? ?? ? ?ref64gcc_-march=native_-mtune=native_-Os2017100920170904
23198? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Compiler output

Implementation: crypto_aead/morus1280256v2/avx2
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c:2:10: fatal error: immintrin.h: No such file or directory
encrypt.c: #include <immintrin.h>
encrypt.c: ^~~~~~~~~~~~~
encrypt.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/morus1280256v2/ref
Compiler: gcc -funroll-loops -march=native -mtune=native -Os
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `morus_initialization':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `morus_tag_generation':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `morus_tag_verification':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `morus_enc_aut_partialblock':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `morus_dec_aut_partialblock':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_stateupdate'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `crypto_aead_morus1280256v2_ref_encrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_enc_aut_step'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_enc_aut_step'
try.c: crypto_aead_morus1280256v2.a(encrypt.o): In function `crypto_aead_morus1280256v2_ref_decrypt':
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_enc_aut_step'
try.c: encrypt.c:(.text+0x...): undefined reference to `morus_dec_aut_step'
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -Os ref
gcc -march=native -mtune=native -Os ref