Implementation notes: aarch64, par3, crypto_aead/aegis128l

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aegis128l
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
112745? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017071920170718
114733? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017071920170718
114896? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017071920170718
118605? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017071920170718

Compiler output

Implementation: crypto_aead/aegis128l/aesnia
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c:4: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: 18, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 aesnia aesnib aesnic
gcc -funroll-loops -march=native -mtune=native -O3 aesnia aesnib aesnic
gcc -funroll-loops -march=native -mtune=native -Os aesnia aesnib aesnic
gcc -march=native -mtune=native -O2 aesnia aesnib aesnic
gcc -march=native -mtune=native -O3 aesnia aesnib aesnic
gcc -march=native -mtune=native -Os aesnia aesnib aesnic

Compiler output

Implementation: crypto_aead/aegis128l/ref
Compiler: gcc -funroll-loops -march=native -mtune=native -Os
try.c: crypto_aead_aegis128l.a(ecrypt.o): In function `crypto_aead_aegis128l_ref_encrypt':
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: crypto_aead_aegis128l.a(ecrypt.o): In function `crypto_aead_aegis128l_ref_decrypt':
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_dec_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_enc_aut_step'
try.c: ecrypt.c:(.text+0x...): undefined reference to `aegis128L_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