Implementation notes: aarch64, a53, crypto_aead/aes128poetv1aes4

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: aes128poetv1aes4
TimeImplementationCompilerBenchmark dateSUPERCOP version
6433600refclang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080120160731
50524560refgcc -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv2016080120160731
62151200refgcc -mcpu=cortex-a53 -O -fomit-frame-pointer -fwrapv2016080120160731
63280800refgcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv2016080120160731
65257600refgcc -mcpu=cortex-a53 -Os -fomit-frame-pointer -fwrapv2016080120160731

Compiler output

Implementation: crypto_aead/aes128poetv1aes4/ref
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
encrypt.c: In file included from encrypt.c:5:
encrypt.c: ./poet.h:1:9: warning: '_POET_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
encrypt.c: #ifndef _POET_H_
encrypt.c: ^~~~~~~~
encrypt.c: ./poet.h:2:9: note: '_POET_HL_' is defined here; did you mean '_POET_H_'?
encrypt.c: #define _POET_HL_
encrypt.c: ^~~~~~~~~
encrypt.c: _POET_H_
encrypt.c: 1 warning generated.
poet.c: In file included from poet.c:7:
poet.c: ./poet.h:1:9: warning: '_POET_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
poet.c: #ifndef _POET_H_
poet.c: ^~~~~~~~
poet.c: ./poet.h:2:9: note: '_POET_HL_' is defined here; did you mean '_POET_H_'?
poet.c: #define _POET_HL_
poet.c: ^~~~~~~~~
poet.c: _POET_H_
poet.c: 1 warning generated.

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref