Implementation notes: aarch64, a72, crypto_aead/cba8

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: cba8
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
164928? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017100920170904
170189? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017100920170904
185852? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017100920170904
203571? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017100920170904
207389? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017100920170904
210944? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017100920170904

Compiler output

Implementation: crypto_aead/cba8/ref
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
encrypt.c: encrypt.c: In function 'enc':
encrypt.c: encrypt.c:241:17: warning: argument 1 range [9223372036854775808, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
encrypt.c: unsigned char C_0[inbytes];
encrypt.c: ^~~
encrypt.c: encrypt.c:241:17: note: in a call to built-in allocation function '__builtin_alloca_with_align'

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