Implementation notes: armeabi, h2tegra, crypto_aead/aeadaes256ocbtaglen128v1

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aeadaes256ocbtaglen128v1
TimeImplementationCompilerBenchmark dateSUPERCOP version
257476optgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
258581optgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
262356optgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
262798optgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
355300refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
433820refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
440023refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
480032refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_aead/aeadaes256ocbtaglen128v1/dolbeau/armv8crypto
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
encrypt.c: In file included from encrypt.c:47:0:
encrypt.c: /usr/lib/gcc/arm-linux-gnueabihf/4.7/include/arm_neon.h:32:2: error: #error You must enable NEON instructions (e.g. -mfloat-abi=softfp -mfpu=neon) to use arm_neon.h
encrypt.c: encrypt.c:76:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:76:68: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:88:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:88:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: In function 'aes256armv8_encrypt1_neon':
encrypt.c: encrypt.c:89:3: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:101:5: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: In function 'aes256armv8_encrypt1':
encrypt.c: encrypt.c:124:3: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: At top level:
encrypt.c: encrypt.c:128:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:128:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: In function 'aes256armv8_decrypt1_neon':
encrypt.c: encrypt.c:129:3: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:141:5: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: In function 'aes256armv8_decrypt1':
encrypt.c: encrypt.c:164:3: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:165:3: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c: In function 'aes256armv8_encrypt4':
encrypt.c: encrypt.c:281:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:281:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:281:1: error: unknown type name 'uint8x16_t'
encrypt.c: encrypt.c:281:1: error: unknown type name 'uint8x16_t'
encrypt.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv dolbeau/armv8crypto