Implementation notes: armeabi, h2tegra, crypto_stream/salsa2012

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: salsa2012
TimeImplementationCompilerBenchmark dateSUPERCOP version
22046e/mergedgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
22365e/regsgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
22652e/refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
22828e/mergedgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
23040e/mergedgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
23328e/mergedgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
26422refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080320160731
30988e/refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
31302e/regsgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
32601refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
32723refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
33987e/regsgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080320160731
34990refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731
35977e/regsgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
39187e/refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080320160731
40276e/refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080320160731

Test failure

Implementation: crypto_stream/salsa2012/armneon3
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
error 111

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

Compiler output

Implementation: crypto_stream/salsa2012/armneon2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
xor.c: In file included from xor.c:9:0:
xor.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
xor.c: xor.c: In function 'crypto_stream_salsa2012_armneon2_xor':
xor.c: xor.c:21:3: error: unknown type name 'uint32x4_t'
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:22:3: error: unknown type name 'uint64x1_t'
xor.c: xor.c:23:3: error: unknown type name 'uint32x4_t'
xor.c: xor.c:23:26: error: 'uint32x4_t' undeclared (first use in this function)
xor.c: xor.c:23:26: note: each undeclared identifier is reported only once for each function it appears in
xor.c: xor.c:23:38: error: expected ',' or ';' before 'vld1q_u8'
xor.c: xor.c:24:14: error: expected ';' before 'k4k5k6k7'
xor.c: xor.c:25:14: error: expected ';' before 'start0'
xor.c: xor.c:26:3: error: unknown type name 'uint32x2_t'
xor.c: xor.c:26:22: error: 'uint32x2_t' undeclared (first use in this function)
xor.c: xor.c:26:34: error: expected ',' or ';' before 'vld1_u8'
xor.c: xor.c:27:14: error: expected ';' before 'n2n3'
xor.c: xor.c:28:14: error: expected ';' before 'k0k1'
xor.c: xor.c:29:14: error: expected ';' before 'k2k3'
xor.c: xor.c:30:14: error: expected ';' before 'k4k5'
xor.c: xor.c:31:14: error: expected ';' before 'k6k7'
xor.c: ...

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

Compiler output

Implementation: crypto_stream/salsa2012/armneon
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
xor.c: In file included from xor.c:9:0:
xor.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
xor.c: xor.c: In function 'crypto_stream_salsa2012_armneon_xor':
xor.c: xor.c:21:3: error: unknown type name 'uint32x4_t'
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:21:3: warning: excess elements in scalar initializer [enabled by default]
xor.c: xor.c:21:3: warning: (near initialization for 'abab') [enabled by default]
xor.c: xor.c:22:3: error: unknown type name 'uint64x1_t'
xor.c: xor.c:23:3: error: unknown type name 'uint32x4_t'
xor.c: xor.c:23:26: error: 'uint32x4_t' undeclared (first use in this function)
xor.c: xor.c:23:26: note: each undeclared identifier is reported only once for each function it appears in
xor.c: xor.c:23:38: error: expected ',' or ';' before 'vld1q_u8'
xor.c: xor.c:24:14: error: expected ';' before 'k4k5k6k7'
xor.c: xor.c:25:14: error: expected ';' before 'start0'
xor.c: xor.c:26:3: error: unknown type name 'uint32x2_t'
xor.c: xor.c:26:22: error: 'uint32x2_t' undeclared (first use in this function)
xor.c: xor.c:26:34: error: expected ',' or ';' before 'vld1_u8'
xor.c: xor.c:27:14: error: expected ';' before 'n2n3'
xor.c: xor.c:28:14: error: expected ';' before 'k0k1'
xor.c: xor.c:29:14: error: expected ';' before 'k2k3'
xor.c: xor.c:30:14: error: expected ';' before 'k4k5'
xor.c: xor.c:31:14: error: expected ';' before 'k6k7'
xor.c: ...

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