Implementation notes: armeabi, h2tegra, crypto_stream/simon128256ctr

Computer: h2tegra
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: simon128256ctr

Compiler output

Implementation: crypto_stream/simon128256ctr/neon
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Intrinsics_NEON_128block.h:5:0,
stream.c: from Simon128256NEON.h:17,
stream.c: from stream.c:20:
stream.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
stream.c: stream.c: In function 'crypto_stream_simon128256ctr_neon':
stream.c: stream.c:31:3: error: unknown type name 'uint64_t'
stream.c: stream.c:33:3: error: unknown type name 'uint64x2_t'
stream.c: stream.c:37:14: error: 'uint64_t' undeclared (first use in this function)
stream.c: stream.c:37:14: note: each undeclared identifier is reported only once for each function it appears in
stream.c: stream.c:37:19: error: expected expression before ')' token
stream.c: stream.c:38:19: error: expected expression before ')' token
stream.c: stream.c:40:42: error: expected expression before ')' token
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:46:5: warning: right shift count >gt;= width of type [enabled by default]
stream.c: stream.c:47:12: error: expected expression before ')' token
stream.c: stream.c:47:33: error: expected expression before ')' token
stream.c: stream.c: At top level:
stream.c: stream.c:88:33: error: unknown type name 'uint64_t'
stream.c: stream.c:88:46: error: unknown type name 'uint64x2_t'
stream.c: stream.c:88:57: error: unknown type name 'uint64_t'
stream.c: stream.c: In function 'crypto_stream_simon128256ctr_neon_xor':
stream.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

Compiler output

Implementation: crypto_stream/simon128256ctr/avx2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon128256AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_128block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: compilation terminated.

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

Compiler output

Implementation: crypto_stream/simon128256ctr/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon128256SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_128block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: compilation terminated.

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