Implementation notes: armeabi, h2tegra, crypto_core/aes256decrypt

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes256decrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
3611dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3665dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3676dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3700dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3813dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3876dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
4089dolbeau/std-1rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
4278dolbeau/std-4rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
4364dolbeau/std-2rt-nodkgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
4450dolbeau/std-1rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
4518opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
4532opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
4566opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
4584opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
4800dolbeau/std-2rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
5141dolbeau/std-4rt-nodkgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
982211refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2444770refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3053426refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3384479refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_core/aes256decrypt/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 'aes256_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_aes256decrypt_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