Implementation notes: amd64, robin281, crypto_stream/speck64128ctr

Computer: robin281
Architecture: amd64
CPU ID: GenuineIntel-000206d7-bfebfbff
SUPERCOP version: 20170228
Operation: crypto_stream
Primitive: speck64128ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
3652? ? ?? ? ?sse4gcc_-m64_-march=core-avx-i_-O3_-fomit-frame-pointer2017041220170228
3652? ? ?? ? ?sse4gcc_-m64_-march=corei7-avx_-O3_-fomit-frame-pointer2017041220170228
3652? ? ?? ? ?sse4gcc_-m64_-march=native_-mtune=native_-O3_-fomit-frame-pointer2017041220170228
3652? ? ?? ? ?sse4gcc_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv2017041220170228
3696? ? ?? ? ?sse4gcc_-m64_-march=core-avx-i_-O2_-fomit-frame-pointer2017041220170228
3700? ? ?? ? ?sse4gcc_-m64_-march=corei7-avx_-O2_-fomit-frame-pointer2017041220170228
3700? ? ?? ? ?sse4gcc_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv2017041220170228
3708? ? ?? ? ?sse4gcc_-m64_-march=native_-mtune=native_-O2_-fomit-frame-pointer2017041220170228
3784? ? ?? ? ?sse4gcc_-m64_-march=core-avx-i_-Os_-fomit-frame-pointer2017041220170228
3788? ? ?? ? ?sse4gcc_-m64_-march=corei7-avx_-Os_-fomit-frame-pointer2017041220170228
3788? ? ?? ? ?sse4gcc_-m64_-march=native_-mtune=native_-Os_-fomit-frame-pointer2017041220170228
3792? ? ?? ? ?sse4gcc_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv2017041220170228
3812? ? ?? ? ?sse4gcc_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv2017041220170228
3816? ? ?? ? ?sse4gcc_-m64_-march=core-avx-i_-O_-fomit-frame-pointer2017041220170228
3816? ? ?? ? ?sse4gcc_-m64_-march=corei7-avx_-O_-fomit-frame-pointer2017041220170228
3816? ? ?? ? ?sse4gcc_-m64_-march=native_-mtune=native_-O_-fomit-frame-pointer2017041220170228
4336? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4.1_-O3_-fomit-frame-pointer2017041220170228
4340? ? ?? ? ?sse4gcc_-m64_-march=core2_-O3_-fomit-frame-pointer2017041220170228
4340? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4_-O3_-fomit-frame-pointer2017041220170228
4340? ? ?? ? ?sse4gcc_-m64_-march=corei7_-O3_-fomit-frame-pointer2017041220170228
4376? ? ?? ? ?sse4gcc_-m64_-march=corei7_-O2_-fomit-frame-pointer2017041220170228
4380? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4.1_-O2_-fomit-frame-pointer2017041220170228
4384? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4_-O2_-fomit-frame-pointer2017041220170228
4396? ? ?? ? ?sse4gcc_-m64_-march=core2_-O2_-fomit-frame-pointer2017041220170228
4468? ? ?? ? ?sse4gcc_-m64_-march=core2_-O_-fomit-frame-pointer2017041220170228
4500? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4.1_-O_-fomit-frame-pointer2017041220170228
4500? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4_-O_-fomit-frame-pointer2017041220170228
4500? ? ?? ? ?sse4gcc_-m64_-march=corei7_-O_-fomit-frame-pointer2017041220170228
6764? ? ?? ? ?sse4gcc_-m64_-march=core2_-Os_-fomit-frame-pointer2017041220170228
6812? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4_-Os_-fomit-frame-pointer2017041220170228
6816? ? ?? ? ?sse4gcc_-m64_-march=core2_-msse4.1_-Os_-fomit-frame-pointer2017041220170228
6816? ? ?? ? ?sse4gcc_-m64_-march=corei7_-Os_-fomit-frame-pointer2017041220170228

Test failure

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer
error 111

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer avx2 sse4
gcc -m64 -march=core-avx2 -O -fomit-frame-pointer avx2 sse4
gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer avx2 sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: cc
stream.c: stream.c: In function 'Encrypt':
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: stream.c:125: error: incompatible type for argument 1 of '_mm_add_epi32'
stream.c: /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/emmintrin.h:1002: note: expected '__m128i' but argument is of type 'int'
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
cc sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: cc
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:34: error: '__m256i' undeclared (first use in this function)
stream.c: stream.c:34: error: (Each undeclared identifier is reported only once
stream.c: stream.c:34: error: for each function it appears in.)
stream.c: stream.c:34: error: expected ';' before 'rk'
stream.c: stream.c:57: error: 'rk' undeclared (first use in this function)
stream.c: stream.c: At top level:
stream.c: stream.c:109: error: expected declaration specifiers or '...' before '__m256i'
stream.c: stream.c: In function 'Encrypt':
stream.c: stream.c:112: error: '__m256i' undeclared (first use in this function)
stream.c: stream.c:112: error: expected ';' before 'X'
stream.c: stream.c:147: error: 'X' undeclared (first use in this function)
stream.c: stream.c:148: error: 'Y' undeclared (first use in this function)
stream.c: stream.c:150: error: 'rk' undeclared (first use in this function)
stream.c: stream.c:172: error: expected expression before ')' token
stream.c: stream.c:173: error: expected expression before ')' token
stream.c: stream.c:173: error: expected expression before ')' token
stream.c: stream.c:174: error: expected expression before ')' token
stream.c: stream.c:174: error: expected expression before ')' token
stream.c: stream.c:175: error: expected expression before ')' token
stream.c: stream.c:175: error: expected expression before ')' token
stream.c: stream.c:176: error: expected expression before ')' token
stream.c: stream.c:176: error: expected expression before ')' token
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:193: error: '__m256i' undeclared (first use in this function)
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
cc avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: gcc
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:57:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:60:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:219:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,320);
stream.c: ^~~~~~~~~~~
stream.c: In file included from Speck64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: Intrinsics_AVX2_64block.h:22:21: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi]
stream.c: #define SET1(X,c) (X=SET(c,c,c,c,c,c,c,c))
stream.c: ~~^~~~~~~~~~~~~~~~~~~~~~
stream.c: stream.c:147:3: note: in expansion of macro 'SET1'
stream.c: SET1(X[0],nonce[1]);
stream.c: ^~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/immintrin.h:41:0,
stream.c: from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:48,
stream.c: from Intrinsics_AVX2_64block.h:5,
stream.c: from Speck64128AVX2.h:17,
stream.c: from stream.c:20:
stream.c: ...

Number of similar (compiler,implementation) pairs: 86, namely:
CompilerImplementations
gcc avx2
gcc -O2 -fomit-frame-pointer avx2
gcc -O3 -fomit-frame-pointer avx2
gcc -O -fomit-frame-pointer avx2
gcc -Os -fomit-frame-pointer avx2
gcc -fno-schedule-insns -O2 -fomit-frame-pointer avx2
gcc -fno-schedule-insns -O3 -fomit-frame-pointer avx2
gcc -fno-schedule-insns -O -fomit-frame-pointer avx2
gcc -fno-schedule-insns -Os -fomit-frame-pointer avx2
gcc -funroll-loops avx2
gcc -funroll-loops -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -O -fomit-frame-pointer avx2
gcc -funroll-loops -Os -fomit-frame-pointer avx2
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer avx2
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -O -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -Os -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer avx2
gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer avx2
gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer avx2
gcc -funroll-loops -march=barcelona -Os -fomit-frame-pointer avx2
gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -march=k8 -O -fomit-frame-pointer avx2
gcc -funroll-loops -march=k8 -Os -fomit-frame-pointer avx2
gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer avx2
gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer avx2
gcc -funroll-loops -march=nocona -O -fomit-frame-pointer avx2
gcc -funroll-loops -march=nocona -Os -fomit-frame-pointer avx2
gcc -m64 -O2 -fomit-frame-pointer avx2
gcc -m64 -O3 -fomit-frame-pointer avx2
gcc -m64 -O -fomit-frame-pointer avx2
gcc -m64 -Os -fomit-frame-pointer avx2
gcc -m64 -march=core2 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -O3 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -O -fomit-frame-pointer avx2
gcc -m64 -march=core2 -Os -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer avx2
gcc -m64 -march=core2 -msse4 -Os -fomit-frame-pointer avx2
gcc -m64 -march=corei7 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=corei7 -O3 -fomit-frame-pointer avx2
gcc -m64 -march=corei7 -O -fomit-frame-pointer avx2
gcc -m64 -march=corei7 -Os -fomit-frame-pointer avx2
gcc -m64 -march=k8 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=k8 -O3 -fomit-frame-pointer avx2
gcc -m64 -march=k8 -O -fomit-frame-pointer avx2
gcc -m64 -march=k8 -Os -fomit-frame-pointer avx2
gcc -m64 -march=nocona -O2 -fomit-frame-pointer avx2
gcc -m64 -march=nocona -O3 -fomit-frame-pointer avx2
gcc -m64 -march=nocona -O -fomit-frame-pointer avx2
gcc -m64 -march=nocona -Os -fomit-frame-pointer avx2
gcc -march=barcelona -O2 -fomit-frame-pointer avx2
gcc -march=barcelona -O3 -fomit-frame-pointer avx2
gcc -march=barcelona -O -fomit-frame-pointer avx2
gcc -march=barcelona -Os -fomit-frame-pointer avx2
gcc -march=k8 -O2 -fomit-frame-pointer avx2
gcc -march=k8 -O3 -fomit-frame-pointer avx2
gcc -march=k8 -O -fomit-frame-pointer avx2
gcc -march=k8 -Os -fomit-frame-pointer avx2
gcc -march=nocona -O2 -fomit-frame-pointer avx2
gcc -march=nocona -O3 -fomit-frame-pointer avx2
gcc -march=nocona -O -fomit-frame-pointer avx2
gcc -march=nocona -Os -fomit-frame-pointer avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: gcc
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4':
stream.c: stream.c:56:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:59:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4_xor':
stream.c: stream.c:189:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ^~~~~~~~~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:39:0,
stream.c: from Intrinsics_SSE4_64block.h:5,
stream.c: from Speck64128SSE4.h:17,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/tmmintrin.h:136:1: error: inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch
stream.c: _mm_shuffle_epi8 (__m128i __X, __m128i __Y)
stream.c: ^~~~~~~~~~~~~~~~
stream.c: In file included from Speck64128SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_64block.h:15:13: note: called from here
stream.c: #define XOR _mm_xor_si128
stream.c:
stream.c: Speck64128SSE4.h:23:21: note: in expansion of macro 'XOR'
stream.c: ...

Number of similar (compiler,implementation) pairs: 70, namely:
CompilerImplementations
gcc sse4
gcc -O2 -fomit-frame-pointer sse4
gcc -O3 -fomit-frame-pointer sse4
gcc -O -fomit-frame-pointer sse4
gcc -Os -fomit-frame-pointer sse4
gcc -fno-schedule-insns -O2 -fomit-frame-pointer sse4
gcc -fno-schedule-insns -O3 -fomit-frame-pointer sse4
gcc -fno-schedule-insns -O -fomit-frame-pointer sse4
gcc -fno-schedule-insns -Os -fomit-frame-pointer sse4
gcc -funroll-loops sse4
gcc -funroll-loops -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -O -fomit-frame-pointer sse4
gcc -funroll-loops -Os -fomit-frame-pointer sse4
gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer sse4
gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -O -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -Os -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer sse4
gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer sse4
gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer sse4
gcc -funroll-loops -march=barcelona -Os -fomit-frame-pointer sse4
gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -march=k8 -O -fomit-frame-pointer sse4
gcc -funroll-loops -march=k8 -Os -fomit-frame-pointer sse4
gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer sse4
gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer sse4
gcc -funroll-loops -march=nocona -O -fomit-frame-pointer sse4
gcc -funroll-loops -march=nocona -Os -fomit-frame-pointer sse4
gcc -m64 -O2 -fomit-frame-pointer sse4
gcc -m64 -O3 -fomit-frame-pointer sse4
gcc -m64 -O -fomit-frame-pointer sse4
gcc -m64 -Os -fomit-frame-pointer sse4
gcc -m64 -march=k8 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=k8 -O3 -fomit-frame-pointer sse4
gcc -m64 -march=k8 -O -fomit-frame-pointer sse4
gcc -m64 -march=k8 -Os -fomit-frame-pointer sse4
gcc -m64 -march=nocona -O2 -fomit-frame-pointer sse4
gcc -m64 -march=nocona -O3 -fomit-frame-pointer sse4
gcc -m64 -march=nocona -O -fomit-frame-pointer sse4
gcc -m64 -march=nocona -Os -fomit-frame-pointer sse4
gcc -march=barcelona -O2 -fomit-frame-pointer sse4
gcc -march=barcelona -O3 -fomit-frame-pointer sse4
gcc -march=barcelona -O -fomit-frame-pointer sse4
gcc -march=barcelona -Os -fomit-frame-pointer sse4
gcc -march=k8 -O2 -fomit-frame-pointer sse4
gcc -march=k8 -O3 -fomit-frame-pointer sse4
gcc -march=k8 -O -fomit-frame-pointer sse4
gcc -march=k8 -Os -fomit-frame-pointer sse4
gcc -march=nocona -O2 -fomit-frame-pointer sse4
gcc -march=nocona -O3 -fomit-frame-pointer sse4
gcc -march=nocona -O -fomit-frame-pointer sse4
gcc -march=nocona -Os -fomit-frame-pointer sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: gcc -m64 -march=barcelona -O2 -fomit-frame-pointer
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:57:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:60:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:219:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,320);
stream.c: ^~~~~~~~~~~
stream.c: In file included from Speck64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: Intrinsics_AVX2_64block.h:22:21: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi]
stream.c: #define SET1(X,c) (X=SET(c,c,c,c,c,c,c,c))
stream.c: ~~^~~~~~~~~~~~~~~~~~~~~~
stream.c: stream.c:147:3: note: in expansion of macro 'SET1'
stream.c: SET1(X[0],nonce[1]);
stream.c: ^~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/immintrin.h:41:0,
stream.c: from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:48,
stream.c: from Intrinsics_AVX2_64block.h:5,
stream.c: from Speck64128AVX2.h:17,
stream.c: from stream.c:20:
stream.c: ...
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:57:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:60:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:219:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,320);
stream.c: ^~~~~~~~~~~
stream.c: In file included from Speck64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: Intrinsics_AVX2_64block.h:22:21: warning: AVX vector return without AVX enabled changes the ABI [-Wpsabi]
stream.c: #define SET1(X,c) (X=SET(c,c,c,c,c,c,c,c))
stream.c: ~~^~~~~~~~~~~~~~~~~~~~~~
stream.c: stream.c:147:3: note: in expansion of macro 'SET1'
stream.c: SET1(X[0],nonce[1]);
stream.c: ^~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/immintrin.h:41:0,
stream.c: from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:48,
stream.c: from Intrinsics_AVX2_64block.h:5,
stream.c: from Speck64128AVX2.h:17,
stream.c: from stream.c:20:
stream.c: ...

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

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: gcc -m64 -march=barcelona -O2 -fomit-frame-pointer
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4':
stream.c: stream.c:56:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:59:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4_xor':
stream.c: stream.c:189:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ^~~~~~~~~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:39:0,
stream.c: from Intrinsics_SSE4_64block.h:5,
stream.c: from Speck64128SSE4.h:17,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/tmmintrin.h:136:1: error: inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch
stream.c: _mm_shuffle_epi8 (__m128i __X, __m128i __Y)
stream.c: ^~~~~~~~~~~~~~~~
stream.c: In file included from Speck64128SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_64block.h:15:13: note: called from here
stream.c: #define XOR _mm_xor_si128
stream.c:
stream.c: Speck64128SSE4.h:23:21: note: in expansion of macro 'XOR'
stream.c: ...
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4':
stream.c: stream.c:56:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:59:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4_xor':
stream.c: stream.c:189:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ^~~~~~~~~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:39:0,
stream.c: from Intrinsics_SSE4_64block.h:5,
stream.c: from Speck64128SSE4.h:17,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/tmmintrin.h:136:1: error: inlining failed in call to always_inline '_mm_shuffle_epi8': target specific option mismatch
stream.c: _mm_shuffle_epi8 (__m128i __X, __m128i __Y)
stream.c: ^~~~~~~~~~~~~~~~
stream.c: In file included from Speck64128SSE4.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_SSE4_64block.h:15:13: note: called from here
stream.c: #define XOR _mm_xor_si128
stream.c:
stream.c: Speck64128SSE4.h:23:21: note: in expansion of macro 'XOR'
stream.c: ...

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

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:57:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:60:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:219:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,320);
stream.c: ^~~~~~~~~~~
stream.c: In file included from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/immintrin.h:43:0,
stream.c: from /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/x86intrin.h:48,
stream.c: from Intrinsics_AVX2_64block.h:5,
stream.c: from Speck64128AVX2.h:17,
stream.c: from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: /home_nfs/bdolbeaur/gcc-6.3.0-full+isl/lib/gcc/x86_64-pc-linux-gnu/6.3.0/include/avx2intrin.h:913:1: error: inlining failed in call to always_inline '_mm256_xor_si256': target specific option mismatch
stream.c: _mm256_xor_si256 (__m256i __A, __m256i __B)
stream.c: ^~~~~~~~~~~~~~~~
stream.c: In file included from Speck64128AVX2.h:17:0,
stream.c: from stream.c:20:
stream.c: Intrinsics_AVX2_64block.h:15:13: note: called from here
stream.c: #define XOR _mm256_xor_si256
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 16, namely:
CompilerImplementations
gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer avx2
gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer avx2
gcc -m64 -march=core-avx-i -O -fomit-frame-pointer avx2
gcc -m64 -march=core-avx-i -Os -fomit-frame-pointer avx2
gcc -m64 -march=corei7-avx -O2 -fomit-frame-pointer avx2
gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer avx2
gcc -m64 -march=corei7-avx -O -fomit-frame-pointer avx2
gcc -m64 -march=corei7-avx -Os -fomit-frame-pointer avx2
gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer avx2
gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer avx2
gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer avx2
gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer avx2
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/speck64128ctr/sse4
Compiler: gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4':
stream.c: stream.c:56:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:59:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_sse4_xor':
stream.c: stream.c:189:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,128);
stream.c: ^~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 35, namely:
CompilerImplementations
gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer sse4
gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer sse4
gcc -m64 -march=core-avx-i -O -fomit-frame-pointer sse4
gcc -m64 -march=core-avx-i -Os -fomit-frame-pointer sse4
gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=core-avx2 -O -fomit-frame-pointer sse4
gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer sse4
gcc -m64 -march=core2 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -O3 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -O -fomit-frame-pointer sse4
gcc -m64 -march=core2 -Os -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer sse4
gcc -m64 -march=core2 -msse4 -Os -fomit-frame-pointer sse4
gcc -m64 -march=corei7-avx -O2 -fomit-frame-pointer sse4
gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer sse4
gcc -m64 -march=corei7-avx -O -fomit-frame-pointer sse4
gcc -m64 -march=corei7-avx -Os -fomit-frame-pointer sse4
gcc -m64 -march=corei7 -O2 -fomit-frame-pointer sse4
gcc -m64 -march=corei7 -O3 -fomit-frame-pointer sse4
gcc -m64 -march=corei7 -O -fomit-frame-pointer sse4
gcc -m64 -march=corei7 -Os -fomit-frame-pointer sse4
gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer sse4
gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer sse4
gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer sse4
gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer sse4
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

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2':
stream.c: stream.c:57:3: warning: implicit declaration of function 'ExpandKey' [-Wimplicit-function-declaration]
stream.c: ExpandKey(K,rk,key);
stream.c: ^~~~~~~~~
stream.c: stream.c:60:5: warning: implicit declaration of function 'Encrypt' [-Wimplicit-function-declaration]
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^~~~~~~
stream.c: stream.c: In function 'crypto_stream_speck64128ctr_avx2_xor':
stream.c: stream.c:219:5: warning: implicit declaration of function 'Encrypt_Xor' [-Wimplicit-function-declaration]
stream.c: Encrypt_Xor(out,in,nonce,rk,key,320);
stream.c: ^~~~~~~~~~~

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer avx2
gcc -m64 -march=core-avx2 -O -fomit-frame-pointer avx2
gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: stream.c(84): warning #266: function "Encrypt" declared implicitly
stream.c: ...

Number of similar (compiler,implementation) pairs: 21, namely:
CompilerImplementations
icc sse4
icc -O1 -static sse4
icc -O1 -static -no-vec sse4
icc -O2 -static sse4
icc -O2 -static -no-vec sse4
icc -O3 -static sse4
icc -O3 -static -no-vec sse4
icc -Os -static sse4
icc -Os -static -no-vec sse4
icc -fast sse4
icc -m64 -O1 -static sse4
icc -m64 -O1 -static -no-vec sse4
icc -m64 -O2 -static sse4
icc -m64 -O2 -static -no-vec sse4
icc -m64 -O3 -static sse4
icc -m64 -O3 -static -no-vec sse4
icc -m64 -Os -static sse4
icc -m64 -Os -static -no-vec sse4
icc -no-vec sse4
icc -xAVX -O2 -fomit-frame-pointer sse4
icc -xAVX -O3 -fomit-frame-pointer sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(85): warning #266: function "Encrypt" declared implicitly
stream.c: ...

Number of similar (compiler,implementation) pairs: 21, namely:
CompilerImplementations
icc avx2
icc -O1 -static avx2
icc -O1 -static -no-vec avx2
icc -O2 -static avx2
icc -O2 -static -no-vec avx2
icc -O3 -static avx2
icc -O3 -static -no-vec avx2
icc -Os -static avx2
icc -Os -static -no-vec avx2
icc -fast avx2
icc -m64 -O1 -static avx2
icc -m64 -O1 -static -no-vec avx2
icc -m64 -O2 -static avx2
icc -m64 -O2 -static -no-vec avx2
icc -m64 -O3 -static avx2
icc -m64 -O3 -static -no-vec avx2
icc -m64 -Os -static avx2
icc -m64 -Os -static -no-vec avx2
icc -no-vec avx2
icc -xAVX -O2 -fomit-frame-pointer avx2
icc -xAVX -O3 -fomit-frame-pointer avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -O1 -xB -static
stream.c: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xB -static sse4
icc -O1 -xB -static -no-vec sse4
icc -O2 -xB -static sse4
icc -O2 -xB -static -no-vec sse4
icc -O3 -xB -static sse4
icc -O3 -xB -static -no-vec sse4
icc -Os -xB -static sse4
icc -Os -xB -static -no-vec sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -O1 -xB -static
stream.c: icc: command line warning #10131: extension 'B' not supported ignored in option '-x'
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xB -static avx2
icc -O1 -xB -static -no-vec avx2
icc -O2 -xB -static avx2
icc -O2 -xB -static -no-vec avx2
icc -O3 -xB -static avx2
icc -O3 -xB -static -no-vec avx2
icc -Os -xB -static avx2
icc -Os -xB -static -no-vec avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -O1 -xK -static
stream.c: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xK -static sse4
icc -O1 -xK -static -no-vec sse4
icc -O2 -xK -static sse4
icc -O2 -xK -static -no-vec sse4
icc -O3 -xK -static sse4
icc -O3 -xK -static -no-vec sse4
icc -Os -xK -static sse4
icc -Os -xK -static -no-vec sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -O1 -xK -static
stream.c: icc: command line warning #10131: extension 'K' not supported ignored in option '-x'
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xK -static avx2
icc -O1 -xK -static -no-vec avx2
icc -O2 -xK -static avx2
icc -O2 -xK -static -no-vec avx2
icc -O3 -xK -static avx2
icc -O3 -xK -static -no-vec avx2
icc -Os -xK -static avx2
icc -Os -xK -static -no-vec avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -O1 -xN -static
stream.c: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xN -static sse4
icc -O1 -xN -static -no-vec sse4
icc -O2 -xN -static sse4
icc -O2 -xN -static -no-vec sse4
icc -O3 -xN -static sse4
icc -O3 -xN -static -no-vec sse4
icc -Os -xN -static sse4
icc -Os -xN -static -no-vec sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -O1 -xN -static
stream.c: icc: command line warning #10131: extension 'N' not supported ignored in option '-x'
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xN -static avx2
icc -O1 -xN -static -no-vec avx2
icc -O2 -xN -static avx2
icc -O2 -xN -static -no-vec avx2
icc -O3 -xN -static avx2
icc -O3 -xN -static -no-vec avx2
icc -Os -xN -static avx2
icc -Os -xN -static -no-vec avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -O1 -xP -static
stream.c: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xP -static sse4
icc -O1 -xP -static -no-vec sse4
icc -O2 -xP -static sse4
icc -O2 -xP -static -no-vec sse4
icc -O3 -xP -static sse4
icc -O3 -xP -static -no-vec sse4
icc -Os -xP -static sse4
icc -Os -xP -static -no-vec sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -O1 -xP -static
stream.c: icc: command line remark #10279: option '-xP' is deprecated and will be removed in a future release. See '-help deprecated'
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xP -static avx2
icc -O1 -xP -static -no-vec avx2
icc -O2 -xP -static avx2
icc -O2 -xP -static -no-vec avx2
icc -O3 -xP -static avx2
icc -O3 -xP -static -no-vec avx2
icc -Os -xP -static avx2
icc -Os -xP -static -no-vec avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -O1 -xW -static
stream.c: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xW -static sse4
icc -O1 -xW -static -no-vec sse4
icc -O2 -xW -static sse4
icc -O2 -xW -static -no-vec sse4
icc -O3 -xW -static sse4
icc -O3 -xW -static -no-vec sse4
icc -Os -xW -static sse4
icc -Os -xW -static -no-vec sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -O1 -xW -static
stream.c: icc: command line warning #10131: extension 'W' not supported ignored in option '-x'
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 8, namely:
CompilerImplementations
icc -O1 -xW -static avx2
icc -O1 -xW -static -no-vec avx2
icc -O2 -xW -static avx2
icc -O2 -xW -static -no-vec avx2
icc -O3 -xW -static avx2
icc -O3 -xW -static -no-vec avx2
icc -Os -xW -static avx2
icc -Os -xW -static -no-vec avx2

Compiler output

Implementation: crypto_stream/speck64128ctr/sse4
Compiler: icc -m64 -xHost -vec-report0 -static
stream.c: icc: command line remark #10148: option '-vec-report0' not supported
stream.c: stream.c(56): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(59): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(64): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,96);
stream.c: ^
stream.c:
stream.c: stream.c(69): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: stream.c(74): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,32);
stream.c: ^
stream.c:
stream.c: stream.c(79): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,16);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
icc -m64 -xHost -vec-report0 -static sse4

Compiler output

Implementation: crypto_stream/speck64128ctr/avx2
Compiler: icc -m64 -xHost -vec-report0 -static
stream.c: icc: command line remark #10148: option '-vec-report0' not supported
stream.c: stream.c(57): warning #266: function "ExpandKey" declared implicitly
stream.c: ExpandKey(K,rk,key);
stream.c: ^
stream.c:
stream.c: stream.c(60): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,320);
stream.c: ^
stream.c:
stream.c: stream.c(65): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,256);
stream.c: ^
stream.c:
stream.c: stream.c(70): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,192);
stream.c: ^
stream.c:
stream.c: stream.c(75): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,128);
stream.c: ^
stream.c:
stream.c: stream.c(80): warning #266: function "Encrypt" declared implicitly
stream.c: Encrypt(out,nonce,rk,key,64);
stream.c: ^
stream.c:
stream.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
icc -m64 -xHost -vec-report0 -static avx2