Implementation notes: amd64, pascalinspiron75062n1, crypto_stream/simon128192ctr

Computer: pascalinspiron75062n1
Architecture: amd64
CPU ID: GenuineIntel-000806c1-bfebfbff
SUPERCOP version: 20210125
Operation: crypto_stream
Primitive: simon128192ctr

Checksum failure

Implementation: T:sse4
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
4f357420b1a7037053b3afccc696bd4ddb0eb05091e25716177467054c34c371
Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:sse4

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
stream.c: In file included from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: Simon128192AVX2.h:34:28: warning: implicit declaration of function 'R2x16' [-Wimplicit-function-declaration]
stream.c: 34 | #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: | ^~~~~
stream.c: Simon128192AVX2.h:47:24: note: in expansion of macro 'R2x16'
stream.c: 47 | #define Enc(X,Y,rk,n) (R2x##n(X,Y,rk,0,1), R2x##n(X,Y,rk,2,3), R2x##n(X,Y,rk,4,5), R2x##n(X,Y,rk,6,7), R2x##n(X,Y,rk,8,9), \
stream.c: | ^~~
stream.c: stream.c:139:28: note: in expansion of macro 'Enc'
stream.c: 139 | if (numbytes==256) Enc(X,Y,rk,16);
stream.c: | ^~~
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `Encrypt':
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o):stream.c:(.text+0x...): more undefined references to `R2x16' follow
try.c: collect2: error: ld returned 1 exit status

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
stream.c: In file included from stream.c:20:
stream.c: stream.c: In function 'Encrypt':
stream.c: Simon128192AVX2.h:34:28: warning: implicit declaration of function 'R2x16' [-Wimplicit-function-declaration]
stream.c: 34 | #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: | ^~~~~
stream.c: Simon128192AVX2.h:47:24: note: in expansion of macro 'R2x16'
stream.c: 47 | #define Enc(X,Y,rk,n) (R2x##n(X,Y,rk,0,1), R2x##n(X,Y,rk,2,3), R2x##n(X,Y,rk,4,5), R2x##n(X,Y,rk,6,7), R2x##n(X,Y,rk,8,9), \
stream.c: | ^~~
stream.c: stream.c:139:28: note: in expansion of macro 'Enc'
stream.c: 139 | if (numbytes==256) Enc(X,Y,rk,16);
stream.c: | ^~~
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `Encrypt':
try.c: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o):stream.c:(.text+0x...): more undefined references to `R2x16' follow
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `Encrypt':
try.c: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `Encrypt_Xor':
try.c: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o):stream.c:(.text+0x...): more undefined references to `R2x16' follow
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `Encrypt_Xor':
try.c: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: stream.c:(.text+0x...): undefined reference to `Transpose'
try.c: /usr/bin/ld: crypto_stream_simon128192ctr.a(stream.o): in function `ExpandKeyBS':
try.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE T:avx2