Implementation notes: armeabi, h2tegra, crypto_core/aes256encrypt

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes256encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
2747opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2770opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
2788opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2788opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
2935dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2953dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3001dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
3009dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3026dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3070dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
3262dolbeau/std-4ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3327dolbeau/std-1ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3402dolbeau/std-2ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3476dolbeau/std-4ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3625dolbeau/std-2ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3654dolbeau/std-1ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
978577refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2065393refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2607084refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
2959629refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_core/aes256encrypt/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: In function 'aes256_armv8_setkey_encrypt':
core.c: core.c:22:3: error: unknown type name 'uint8x16_t'
core.c: core.c: In function 'aes256_armv8_encrypt':
core.c: core.c:91:3: error: unknown type name 'uint8x16_t'
core.c: core.c:105:5: error: unknown type name 'uint32x4_t'

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