Implementation notes: aarch64, par3, crypto_stream/simon128256ctr

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_stream
Primitive: simon128256ctr

Compiler output

Implementation: crypto_stream/simon128256ctr/avx2
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
stream.c: In file included from Simon128256AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_128block.h:5:10: fatal error: x86intrin.h: No such file or directory
stream.c: #include <x86intrin.h>
stream.c: ^~~~~~~~~~~~~
stream.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 avx2
gcc -funroll-loops -march=native -mtune=native -O3 avx2
gcc -funroll-loops -march=native -mtune=native -Os avx2
gcc -march=native -mtune=native -O2 avx2
gcc -march=native -mtune=native -O3 avx2
gcc -march=native -mtune=native -Os avx2

Compiler output

Implementation: crypto_stream/simon128256ctr/sse4
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
stream.c: In file included from Simon128256SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_128block.h:5:10: fatal error: x86intrin.h: No such file or directory
stream.c: #include <x86intrin.h>
stream.c: ^~~~~~~~~~~~~
stream.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 sse4
gcc -funroll-loops -march=native -mtune=native -O3 sse4
gcc -funroll-loops -march=native -mtune=native -Os sse4
gcc -march=native -mtune=native -O2 sse4
gcc -march=native -mtune=native -O3 sse4
gcc -march=native -mtune=native -Os sse4