Implementation notes: aarch64, lionheart30, crypto_stream/simon128128ctr

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

Compiler output

Implementation: crypto_stream/simon128128ctr/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: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: stream.c:59:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c: stream.c:64:23: error: use of undeclared identifier 'rk'
stream.c: Encrypt(out,nonce,rk,key,64);
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 sse4

Compiler output

Implementation: crypto_stream/simon128128ctr/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/simon128128ctr/avx2
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon128128AVX2.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/simon128128ctr/sse4
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
stream.c: In file included from Simon128128SSE4.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