Implementation notes: armeabi, h2tegra, crypto_aead/stribob192r2

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: stribob192r2
TimeImplementationCompilerBenchmark dateSUPERCOP version
1581976refgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
1662892refgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
2450243refgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
2572335smallergcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
2722568refgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
2807340smallergcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
3502294smallergcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
3875323smallergcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
4004160bitslicegcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
4439771bitslicegcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731
4543112bitslicegcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
4647010bitslicegcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
73298758bitgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016080420160731
90587668bitgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016080420160731
124613188bitgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016080420160731
145354338bitgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016080420160731

Compiler output

Implementation: crypto_aead/stribob192r2/ssse3
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
wbob_pissse3.c: wbob_pissse3.c:7:23: fatal error: tmmintrin.h: No such file or directory
wbob_pissse3.c: compilation terminated.

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

Compiler output

Implementation: crypto_aead/stribob192r2/neon
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
wbob_pineon.c: In file included from wbob_pineon.c:7:0:
wbob_pineon.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
wbob_pineon.c: wbob_pineon.c: In function 'wbob_pi':
wbob_pineon.c: wbob_pineon.c:226:5: error: unknown type name 'uint8x8x2_t'
wbob_pineon.c: wbob_pineon.c:227:5: error: unknown type name 'uint8x8x4_t'
wbob_pineon.c: wbob_pineon.c:228:5: error: unknown type name 'uint8x8_t'
wbob_pineon.c: wbob_pineon.c:229:5: error: unknown type name 'uint8x8_t'
wbob_pineon.c: wbob_pineon.c:230:5: error: unknown type name 'uint8x8_t'
wbob_pineon.c: wbob_pineon.c:232:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:233:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:234:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:235:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:236:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:237:11: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:241:13: error: 'uint8x8_t' undeclared (first use in this function)
wbob_pineon.c: wbob_pineon.c:241:13: note: each undeclared identifier is reported only once for each function it appears in
wbob_pineon.c: wbob_pineon.c:241:24: error: expected expression before ')' token
wbob_pineon.c: wbob_pineon.c:244:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:245:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:246:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:247:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:249:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:250:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:251:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: wbob_pineon.c:252:12: error: request for member 'val' in something not a structure or union
wbob_pineon.c: ...

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