Implementation notes: armeabi, pi2, crypto_aead/aes128poetv1aes4

Computer: pi2
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_aead
Primitive: aes128poetv1aes4
TimeImplementationCompilerBenchmark dateSUPERCOP version
8965282refgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016080620160731
9788519refclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016080620160731
48556299refgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016080620160731
48712858refgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016080620160731
56584866refgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016080620160731

Compiler output

Implementation: crypto_aead/aes128poetv1aes4/ref
Compiler: clang -mcpu=native -mfpu=neon -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=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments ref