Implementation notes: aarch64, lionheart30, crypto_stream/simon128256ctr

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_stream
Primitive: simon128256ctr

Compiler output

Implementation: crypto_stream/simon128256ctr/sse4
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.c: stream.c:33:3: error: use of undeclared identifier '__m128i'
stream.c: u128 rk[72];
stream.c: ^
stream.c: ./Intrinsics_SSE4_128block.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:46:31: warning: implicit declaration of function '_lrotl' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: for(i=0;i stream.c: ^
stream.c: ./Simon128256SSE4.h:36:27: note: expanded from macro 'R2'
stream.c: #define R2(x,y,k1,k2) (y^=f(x), y^=k1, x^=f(y), x^=k2)
stream.c: ^
stream.c: ./Simon128256SSE4.h:35:16: note: expanded from macro 'f'
stream.c: #define f(x) ((LCS(x,1) & LCS(x,8)) ^ LCS(x,2))
stream.c: ^
stream.c: ./Intrinsics_SSE4_128block.h:12:13: note: expanded from macro 'LCS'
stream.c: #define LCS _lrotl
stream.c: ^
stream.c: stream.c:54:5: warning: implicit declaration of function 'Encrypt' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: ...

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

Compiler output

Implementation: crypto_stream/simon128256ctr/avx2
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
stream.c: stream.c:33:3: error: use of undeclared identifier '__m256i'
stream.c: u256 rk[72];
stream.c: ^
stream.c: ./Intrinsics_AVX2_128block.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: stream.c:59:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c: stream.c:64:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c: stream.c:69:23: error: use of undeclared identifier 'rk'
stream.c: ...

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

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: #include gt;
stream.c: ^
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: #include gt;
stream.c: ^
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