Implementation notes: armeabi, tonido, crypto_aead/morus1280256v2

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: morus1280256v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
432450? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072820170718
435084? ? ?? ? ?ref64gcc_-march=native_-mtune=xscale_-Os2017072820170718
454500? ? ?? ? ?ref64gcc_-march=native_-mtune=xscale_-O32017072820170718
455118? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
455154? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
455298? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072820170718
455346? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072820170718
455382? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072820170718
489402? ? ?? ? ?ref64gcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072820170718
489774? ? ?? ? ?ref64gcc_-march=native_-mtune=xscale_-O22017072820170718

Test failure

Implementation: crypto_aead/morus1280256v2/neon
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
error 111

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

Compiler output

Implementation: crypto_aead/morus1280256v2/avx2
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -O2 avx2 sse2
gcc -funroll-loops -march=native -mtune=xscale -O3 avx2 sse2
gcc -funroll-loops -march=native -mtune=xscale -Os avx2 sse2
gcc -march=native -mtune=xscale -O2 avx2 sse2
gcc -march=native -mtune=xscale -O3 avx2 sse2
gcc -march=native -mtune=xscale -Os avx2 sse2

Compiler output

Implementation: crypto_aead/morus1280256v2/ref
Compiler: gcc -funroll-loops -march=native -mtune=xscale -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=xscale -Os ref
gcc -march=native -mtune=xscale -Os ref