Implementation notes: armeabi, h2tegra, crypto_core/aes128decrypt

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes128decrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
3139dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3151dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3160dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3163dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3251dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3257dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3480dolbeau/std-1rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3523dolbeau/std-2rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3686dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3750dolbeau/std-4rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3800opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3808opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3815opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3879opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3974dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
4142dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
710564refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
1758924refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2171722refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
2398141refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_core/aes128decrypt/dolbeau/armv8crypto
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
core.c: In file included from core.c:9:0:
core.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
core.c: core.c:14:1: error: unknown type name 'uint8x16_t'
core.c: core.c:14:72: error: unknown type name 'uint8x16_t'
core.c: core.c: In function 'aes128_armv8_decrypt':
core.c: core.c:27:3: error: unknown type name 'uint8x16_t'
core.c: core.c:41:5: error: unknown type name 'uint32x4_t'
core.c: core.c: In function 'crypto_core_aes128decrypt_dolbeau_armv8crypto':
core.c: core.c:72:32: error: 'uint8x16_t' undeclared (first use in this function)
core.c: core.c:72:32: note: each undeclared identifier is reported only once for each function it appears in
core.c: core.c:72:43: error: expected expression before ')' token

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