Implementation notes: aarch64, a53, crypto_stream/simon64128ctr

Computer: a53
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160731
Operation: crypto_stream
Primitive: simon64128ctr

Compiler output

Implementation: crypto_stream/simon64128ctr/avx2
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.c: In file included from stream.c:20:
stream.c: In file included from ./Simon64128AVX2.h:17:
stream.c: In file included from ./Intrinsics_AVX2_64block.h:5:
stream.c: In file included from /usr/include/clang/3.5.2/include/x86intrin.h:27:
stream.c: /usr/include/clang/3.5.2/include/ia32intrin.h:77:26: error: unknown register name 'flags' in asm
stream.c: :"flags"
stream.c: ^
stream.c: stream.c:33:3: error: use of undeclared identifier '__m256i'
stream.c: u256 rk[44];
stream.c: ^
stream.c: ./Intrinsics_AVX2_64block.h:10:14: note: expanded from macro 'u256'
stream.c: #define u256 __m256i
stream.c: ^
stream.c: stream.c:42:3: warning: implicit declaration of function 'ExpandKey' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c: stream.c:42:15: error: use of undeclared identifier 'rk'
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c: stream.c:54:5: warning: implicit declaration of function 'Encrypt' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c: stream.c:54:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments avx2

Compiler output

Implementation: crypto_stream/simon64128ctr/sse4
Compiler: clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.c: In file included from stream.c:20:
stream.c: In file included from ./Simon64128SSE4.h:17:
stream.c: In file included from ./Intrinsics_SSE4_64block.h:5:
stream.c: In file included from /usr/include/clang/3.5.2/include/x86intrin.h:27:
stream.c: /usr/include/clang/3.5.2/include/ia32intrin.h:77:26: error: unknown register name 'flags' in asm
stream.c: :"flags"
stream.c: ^
stream.c: stream.c:33:3: error: use of undeclared identifier '__m128i'
stream.c: u128 rk[44];
stream.c: ^
stream.c: ./Intrinsics_SSE4_64block.h:10:14: note: expanded from macro 'u128'
stream.c: #define u128 __m128i
stream.c: ^
stream.c: stream.c:42:3: warning: implicit declaration of function 'ExpandKey' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c: stream.c:42:15: error: use of undeclared identifier 'rk'
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c: stream.c:54:5: warning: implicit declaration of function 'Encrypt' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c: stream.c:54:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=cortex-a53 -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments sse4

Compiler output

Implementation: crypto_stream/simon64128ctr/avx2
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_64block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: #include gt;
stream.c: ^
stream.c: compilation terminated.

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

Compiler output

Implementation: crypto_stream/simon64128ctr/sse4
Compiler: gcc -mcpu=cortex-a53 -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon64128SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_64block.h:5:23: fatal error: x86intrin.h: No such file or directory
stream.c: #include gt;
stream.c: ^
stream.c: compilation terminated.

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