Implementation notes: armeabi, tonido, crypto_aead/aezv4

Computer: tonido
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: aezv4
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3644490? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O22017072220170718
4847190? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-O32017072220170718
4867092? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O22017072220170718
4976112? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-O32017072220170718
5761500? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=xscale_-Os2017072220170718
5858082? ? ?? ? ?refgcc_-march=native_-mtune=xscale_-Os2017072220170718

Compiler output

Implementation: crypto_aead/aezv4/aesni
Compiler: gcc -funroll-loops -march=native -mtune=xscale -O2
encrypt.c: encrypt.c:181:2: error: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO
encrypt.c: ^~~~~
encrypt.c: encrypt.c:210:8: error: unknown type name 'block'
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^~~~~
encrypt.c: encrypt.c:210:23: error: unknown type name 'block'
encrypt.c: static block zero_pad(block x, unsigned zero_bytes) {
encrypt.c: ^~~~~
encrypt.c: encrypt.c:214:8: error: unknown type name 'block'
encrypt.c: ...
encrypt.c: ^~~~~~
encrypt.c: __ssize_t
encrypt.c: encrypt.c:857:37: error: unknown type name 'size_t'; did you mean '__ssize_t'?
encrypt.c: const void *key, size_t keylen,
encrypt.c: ^~~~~~
encrypt.c: __ssize_t
encrypt.c: encrypt.c:858:36: error: unknown type name 'size_t'; did you mean '__ssize_t'?
encrypt.c: const void *in, size_t inlen)
encrypt.c: ^~~~~~
encrypt.c: __ssize_t

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