Implementation notes: armeabi, h2tegra, crypto_hash/cubehash1632

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_hash
Primitive: cubehash1632
TimeImplementationCompilerBenchmark dateSUPERCOP version
104378unrolled5gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
107649unrolled5gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
111048unrolled3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
115249unrolled3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
119035unrolled4gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
120199unrolled4gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
136023armgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
136035armgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
136076armgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
136123armgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
137415sphlibgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
137638sphlibgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
141841unrolled4gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
142801unrolled5gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
143099unrolled3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
143377sphlibgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
143731unrolled5gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
145712sphlib-smallgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
146101sphlib-smallgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
147151unrolled4gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
147712unrolled3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
149850sphlibgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
155411sphlib-smallgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
160186sphlib-smallgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
211129unrolled2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
212424unrolledgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
214972unrolledgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
222947unrolledgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
224963unrolled2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
225111unrolled2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
225664simplegcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
226500unrolledgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
228804unrolled2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
1102653simplegcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
1128826simplegcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
1200225simplegcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731

Compiler output

Implementation: crypto_hash/cubehash1632/armneon
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
hash.c: In file included from hash.c:2:0:
hash.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
hash.c: hash.c:5:1: error: unknown type name 'uint32_t'
hash.c: hash.c: In function 'crypto_hash_cubehash1632_armneon':
hash.c: hash.c:19:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:20:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:21:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:22:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:23:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:24:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:25:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:26:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:27:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:28:3: error: unknown type name 'uint32x4_t'
hash.c: hash.c:46:34: error: 'uint32_t' undeclared (first use in this function)
hash.c: hash.c:46:34: note: each undeclared identifier is reported only once for each function it appears in
hash.c: hash.c:46:44: error: expected expression before ')' token
hash.c: hash.c:47:44: error: expected expression before ')' token
hash.c: hash.c:128:46: error: expected expression before ')' token
hash.c: hash.c:145:44: error: expected expression before ')' token
hash.c: hash.c:151:24: error: expected expression before ')' token
hash.c: hash.c:152:24: error: expected expression before ')' token
hash.c: hash.c:153:24: error: expected expression before ')' token
hash.c: hash.c:154:24: error: expected expression before ')' token

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