Implementation notes: armeabi, h2tegra, crypto_core/aes128encrypt

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_core
Primitive: aes128encrypt
TimeImplementationCompilerBenchmark dateSUPERCOP version
2524opensslgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
2529opensslgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
2538opensslgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2563opensslgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2589dolbeau/std-1ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2648dolbeau/std-2ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2650dolbeau/std-1ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2661dolbeau/std-4ftgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
2687dolbeau/std-4ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2710dolbeau/std-2ftgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
2736dolbeau/std-4ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
2811dolbeau/std-1ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
2825dolbeau/std-2ftgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731
3049dolbeau/std-1ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3077dolbeau/std-2ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
3111dolbeau/std-4ftgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
710572refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080220160731
1495377refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080220160731
1867167refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080220160731
2142241refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080220160731

Compiler output

Implementation: crypto_core/aes128encrypt/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 'aes128_armv8_encrypt':
core.c: core.c:15:3: error: unknown type name 'uint8x16_t'
core.c: core.c:29: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