Implementation notes: amd64, cel02, crypto_stream/simon128192ctr

Computer: cel02
Architecture: amd64
CPU ID: GenuineIntel-00050657-bfebfbff
SUPERCOP version: 20201130
Operation: crypto_stream
Primitive: simon128192ctr

Checksum failure

Implementation: T:sse4
Security model: timingleaks
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
4f357420b1a7037053b3afccc696bd4ddb0eb05091e25716177467054c34c371
Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE T:sse4
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: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:28: warning: implicit declaration of function 'R2x16' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Simon128192AVX2.h:47:24: note: expanded from macro 'Enc'
stream.c: #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: <scratch space>:215:1: note: expanded from here
stream.c: R2x16
stream.c: ^
stream.c: ./Simon128192AVX2.h:34:28: note: expanded from macro 'R2x16'
stream.c: #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: ^
stream.c: 1 warning generated.
try.c: fatal error: error in backend: Cannot select: 0x55a44c08fc90: v4i64 = X86ISD::VTRUNC 0x55a44c08fb60
try.c: 0x55a44c08fb60: v16i32 = vselect 0x55a44c07b6c0, 0x55a44c022f60, 0x55a44c08fa30
try.c: 0x55a44c07b6c0: v4i1 = X86ISD::PCMPGTM 0x55a44c075310, 0x55a44c070ea0
try.c: 0x55a44c075310: v4i64 = X86ISD::VBROADCAST 0x55a44c019280
try.c: 0x55a44c019280: i64,ch = load<LD8[%lsr.iv6971]> 0x55a44bf85920, 0x55a44c068790, undef:i64
try.c: 0x55a44c068790: i64,ch = CopyFromReg 0x55a44bf85920, Register:i64 %vreg50
try.c: 0x55a44c071100: i64 = Register %vreg50
try.c: 0x55a44c0215d0: i64 = undef
try.c: 0x55a44c070ea0: v4i64,ch = CopyFromReg 0x55a44bf85920, Register:v4i64 %vreg13
try.c: 0x55a44c075b60: v4i64 = Register %vreg13
try.c: 0x55a44c022f60: v16i32 = X86ISD::VBROADCAST 0x55a44c075570
try.c: 0x55a44c075570: i32,ch = load<LD4[ConstantPool]> 0x55a44bf85920, 0x55a44c018860, undef:i64
try.c: 0x55a44c018860: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x55a44bfff2e0: i64 = TargetConstantPool<i32 1> 0
try.c: 0x55a44c0215d0: i64 = undef
try.c: 0x55a44c08fa30: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: 0x55a44c08f900: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:28: warning: implicit declaration of function 'R2x16' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Simon128192AVX2.h:47:24: note: expanded from macro 'Enc'
stream.c: #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: <scratch space>:215:1: note: expanded from here
stream.c: R2x16
stream.c: ^
stream.c: ./Simon128192AVX2.h:34:28: note: expanded from macro 'R2x16'
stream.c: #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: ^
stream.c: 1 warning generated.
try.c: fatal error: error in backend: Cannot select: 0x5556d98679e0: v4i64 = X86ISD::VTRUNC 0x5556d98678b0
try.c: 0x5556d98678b0: v16i32 = vselect 0x5556d98623b0, 0x5556d97f12e0, 0x5556d9867780
try.c: 0x5556d98623b0: v4i1 = X86ISD::PCMPGTM 0x5556d984fcc0, 0x5556d984d7e0
try.c: 0x5556d984fcc0: v4i64 = X86ISD::VBROADCAST 0x5556d97f17a0
try.c: 0x5556d97f17a0: i64,ch = load<LD8[%lsr.iv6971]> 0x5556d9749a10, 0x5556d97fb530, undef:i64
try.c: 0x5556d97fb530: i64,ch = CopyFromReg 0x5556d9749a10, Register:i64 %vreg50
try.c: 0x5556d984da40: i64 = Register %vreg50
try.c: 0x5556d97e3090: i64 = undef
try.c: 0x5556d984d7e0: v4i64,ch = CopyFromReg 0x5556d9749a10, Register:v4i64 %vreg13
try.c: 0x5556d9850510: v4i64 = Register %vreg13
try.c: 0x5556d97f12e0: v16i32 = X86ISD::VBROADCAST 0x5556d984ff20
try.c: 0x5556d984ff20: i32,ch = load<LD4[ConstantPool]> 0x5556d9749a10, 0x5556d97f9b00, undef:i64
try.c: 0x5556d97f9b00: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x5556d97e3a10: i64 = TargetConstantPool<i32 1> 0
try.c: 0x5556d97e3090: i64 = undef
try.c: 0x5556d9867780: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: 0x5556d9867650: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:28: warning: implicit declaration of function 'R2x16' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Simon128192AVX2.h:47:24: note: expanded from macro 'Enc'
stream.c: #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: <scratch space>:215:1: note: expanded from here
stream.c: R2x16
stream.c: ^
stream.c: ./Simon128192AVX2.h:34:28: note: expanded from macro 'R2x16'
stream.c: #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: ^
stream.c: 1 warning generated.
try.c: fatal error: error in backend: Cannot select: 0x55b9f28a23e0: v4i64 = X86ISD::VTRUNC 0x55b9f28a22b0
try.c: 0x55b9f28a22b0: v16i32 = vselect 0x55b9f28a93d0, 0x55b9f2869d00, 0x55b9f28a2180
try.c: 0x55b9f28a93d0: v4i1 = X86ISD::PCMPGTM 0x55b9f289d8d0, 0x55b9f2899460
try.c: 0x55b9f289d8d0: v4i64 = X86ISD::VBROADCAST 0x55b9f2840b50
try.c: 0x55b9f2840b50: i64,ch = load<LD8[%lsr.iv6971]> 0x55b9f27ae940, 0x55b9f28877f0, undef:i64
try.c: 0x55b9f28877f0: i64,ch = CopyFromReg 0x55b9f27ae940, Register:i64 %vreg50
try.c: 0x55b9f28996c0: i64 = Register %vreg50
try.c: 0x55b9f2842020: i64 = undef
try.c: 0x55b9f2899460: v4i64,ch = CopyFromReg 0x55b9f27ae940, Register:v4i64 %vreg13
try.c: 0x55b9f289e120: v4i64 = Register %vreg13
try.c: 0x55b9f2869d00: v16i32 = X86ISD::VBROADCAST 0x55b9f289db30
try.c: 0x55b9f289db30: i32,ch = load<LD4[ConstantPool]> 0x55b9f27ae940, 0x55b9f2846650, undef:i64
try.c: 0x55b9f2846650: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x55b9f28889f0: i64 = TargetConstantPool<i32 1> 0
try.c: 0x55b9f2842020: i64 = undef
try.c: 0x55b9f28a2180: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: 0x55b9f28a2050: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:28: warning: implicit declaration of function 'R2x16' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Simon128192AVX2.h:47:24: note: expanded from macro 'Enc'
stream.c: #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: <scratch space>:215:1: note: expanded from here
stream.c: R2x16
stream.c: ^
stream.c: ./Simon128192AVX2.h:34:28: note: expanded from macro 'R2x16'
stream.c: #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: ^
stream.c: 1 warning generated.
try.c: crypto_stream_simon128192ctr.a(stream.o): In function `Encrypt':
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: crypto_stream_simon128192ctr.a(stream.o):stream.c:(.text+0x...): more undefined references to `R2x16' follow
try.c: clang: error: linker command failed with exit code 1 (use -v to see invocation)

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

Compiler output

Implementation: T:avx2
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:139:28: warning: implicit declaration of function 'R2x16' is invalid in C99 [-Wimplicit-function-declaration]
stream.c: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^
stream.c: ./Simon128192AVX2.h:47:24: note: expanded from macro 'Enc'
stream.c: #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: <scratch space>:215:1: note: expanded from here
stream.c: R2x16
stream.c: ^
stream.c: ./Simon128192AVX2.h:34:28: note: expanded from macro 'R2x16'
stream.c: #define R2x16(X,Y,rk,r,s) (R2x16(X,Y,rk,r), R1x16(Y,X,rk,s))
stream.c: ^
stream.c: stream.c:128:3: error: always_inline function '_mm256_set_epi64x' requires target feature 'sse4.2', but would be inlined into function 'Encrypt' that is compiled without support for 'sse4.2'
stream.c: SET1(X[0],nonce[1]); SET4(Y[0],nonce[0]);
stream.c: ^
stream.c: ./Intrinsics_AVX2_128block.h:25:22: note: expanded from macro 'SET1'
stream.c: #define SET1(X,c) (X=SET(c,c,c,c))
stream.c: ^
stream.c: ./Intrinsics_AVX2_128block.h:24:13: note: expanded from macro 'SET'
stream.c: #define SET _mm256_set_epi64x
stream.c: ^
stream.c: stream.c:128:24: error: always_inline function '_mm256_set_epi64x' requires target feature 'sse4.2', but would be inlined into function 'Encrypt' that is compiled without support for 'sse4.2'
stream.c: SET1(X[0],nonce[1]); SET4(Y[0],nonce[0]);
stream.c: ^
stream.c: ./Intrinsics_AVX2_128block.h:26:22: note: expanded from macro 'SET4'
stream.c: ...

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

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:0:
stream.c: stream.c: In function 'Encrypt':
stream.c: Simon128192AVX2.h:34:28: warning: implicit declaration of function 'R2x16' [-Wimplicit-function-declaration]
stream.c: #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: #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: if (numbytes==256) Enc(X,Y,rk,16);
stream.c: ^~~
try.c: crypto_stream_simon128192ctr.a(stream.o): In function `Encrypt':
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: stream.c:(.text+0x...): undefined reference to `R2x16'
try.c: 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: 4, 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 -O -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:sse4
Security model: timingleaks
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: fatal error: error in backend: Cannot select: 0x55e143896b90: v4i64 = X86ISD::VTRUNC 0x55e143896a60
try.c: 0x55e143896a60: v16i32 = vselect 0x55e14389d230, 0x55e14383b1c0, 0x55e143896930
try.c: 0x55e14389d230: v4i1 = X86ISD::PCMPGTM 0x55e143891f00, 0x55e14388da90
try.c: 0x55e143891f00: v4i64 = X86ISD::VBROADCAST 0x55e143838360
try.c: 0x55e143838360: i64,ch = load<LD8[%lsr.iv6971]> 0x55e1437a2950, 0x55e143881030, undef:i64
try.c: 0x55e143881030: i64,ch = CopyFromReg 0x55e1437a2950, Register:i64 %vreg50
try.c: 0x55e14388dcf0: i64 = Register %vreg50
try.c: 0x55e143839830: i64 = undef
try.c: 0x55e14388da90: v4i64,ch = CopyFromReg 0x55e1437a2950, Register:v4i64 %vreg13
try.c: 0x55e143892750: v4i64 = Register %vreg13
try.c: 0x55e14383b1c0: v16i32 = X86ISD::VBROADCAST 0x55e143892160
try.c: 0x55e143892160: i32,ch = load<LD4[ConstantPool]> 0x55e1437a2950, 0x55e14384d4b0, undef:i64
try.c: 0x55e14384d4b0: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x55e143883cb0: i64 = TargetConstantPool<i32 1> 0
try.c: 0x55e143839830: i64 = undef
try.c: 0x55e143896930: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: 0x55e143896800: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: fatal error: error in backend: Cannot select: 0x558320d4b6a0: v4i64 = X86ISD::VTRUNC 0x558320d4b570
try.c: 0x558320d4b570: v16i32 = vselect 0x558320d3d180, 0x558320cb9f80, 0x558320d4b440
try.c: 0x558320d3d180: v4i1 = X86ISD::PCMPGTM 0x558320d25e10, 0x558320d219a0
try.c: 0x558320d25e10: v4i64 = X86ISD::VBROADCAST 0x558320cba440
try.c: 0x558320cba440: i64,ch = load<LD8[%lsr.iv6971]> 0x558320c1fa30, 0x558320cc21a0, undef:i64
try.c: 0x558320cc21a0: i64,ch = CopyFromReg 0x558320c1fa30, Register:i64 %vreg50
try.c: 0x558320d21c00: i64 = Register %vreg50
try.c: 0x558320c9d640: i64 = undef
try.c: 0x558320d219a0: v4i64,ch = CopyFromReg 0x558320c1fa30, Register:v4i64 %vreg13
try.c: 0x558320d26660: v4i64 = Register %vreg13
try.c: 0x558320cb9f80: v16i32 = X86ISD::VBROADCAST 0x558320d26070
try.c: 0x558320d26070: i32,ch = load<LD4[ConstantPool]> 0x558320c1fa30, 0x558320cc0770, undef:i64
try.c: 0x558320cc0770: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x558320c9dfc0: i64 = TargetConstantPool<i32 1> 0
try.c: 0x558320c9d640: i64 = undef
try.c: 0x558320d4b440: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: 0x558320d4b310: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
try.c: fatal error: error in backend: Cannot select: 0x55c1ab9326b0: v4i64 = X86ISD::VTRUNC 0x55c1ab932580
try.c: 0x55c1ab932580: v16i32 = vselect 0x55c1ab92e450, 0x55c1ab8ba1f0, 0x55c1ab932450
try.c: 0x55c1ab92e450: v4i1 = X86ISD::PCMPGTM 0x55c1ab912e80, 0x55c1ab90ea10
try.c: 0x55c1ab912e80: v4i64 = X86ISD::VBROADCAST 0x55c1ab8b6c90
try.c: 0x55c1ab8b6c90: i64,ch = load<LD8[%lsr.iv6971]> 0x55c1ab823930, 0x55c1ab8f8870, undef:i64
try.c: 0x55c1ab8f8870: i64,ch = CopyFromReg 0x55c1ab823930, Register:i64 %vreg50
try.c: 0x55c1ab90ec70: i64 = Register %vreg50
try.c: 0x55c1ab8b8860: i64 = undef
try.c: 0x55c1ab90ea10: v4i64,ch = CopyFromReg 0x55c1ab823930, Register:v4i64 %vreg13
try.c: 0x55c1ab9136d0: v4i64 = Register %vreg13
try.c: 0x55c1ab8ba1f0: v16i32 = X86ISD::VBROADCAST 0x55c1ab9130e0
try.c: 0x55c1ab9130e0: i32,ch = load<LD4[ConstantPool]> 0x55c1ab823930, 0x55c1ab8b6270, undef:i64
try.c: 0x55c1ab8b6270: i64 = X86ISD::WrapperRIP TargetConstantPool:i64<i32 1> 0
try.c: 0x55c1ab8aeb50: i64 = TargetConstantPool<i32 1> 0
try.c: 0x55c1ab8b8860: i64 = undef
try.c: 0x55c1ab932450: v16i32 = BUILD_VECTOR Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>, Constant:i32<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: 0x55c1ab932320: i32 = Constant<0>
try.c: ...

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

Compiler output

Implementation: T:sse4
Security model: timingleaks
Compiler: clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
stream.c: stream.c:313:3: error: always_inline function '_mm_shuffle_epi8' requires target feature 'ssse3', but would be inlined into function 'ExpandKeyBS' that is compiled without support for 'ssse3'
stream.c: EKBS(rk);
stream.c: ^
stream.c: ./Simon128192SSE4.h:66:19: note: expanded from macro 'EKBS'
stream.c: #define EKBS(rk) (RKBS(rk,3,_D), RKBS(rk,4,_D), RKBS(rk,5,_C), RKBS(rk,6,_D), RKBS(rk,7,_D), RKBS(rk,8,_C), \
stream.c: ^
stream.c: ./Simon128192SSE4.h:57:52: note: expanded from macro 'RKBS'
stream.c: #define RKBS(rk,r,_V) (rk[r][7]= _D ^ rk[r-3][7] ^ ROR8(rk[r-1][2] ^ rk[r-1][3]), \
stream.c: ^
stream.c: ./Intrinsics_SSE4_128block.h:39:19: note: expanded from macro 'ROR8'
stream.c: #define ROR8(X) (SHFL(X,R8))
stream.c: ^
stream.c: ./Intrinsics_SSE4_128block.h:35:14: note: expanded from macro 'SHFL'
stream.c: #define SHFL _mm_shuffle_epi8
stream.c: ^
stream.c: stream.c:313:3: error: always_inline function '_mm_shuffle_epi8' requires target feature 'ssse3', but would be inlined into function 'ExpandKeyBS' that is compiled without support for 'ssse3'
stream.c: ./Simon128192SSE4.h:66:19: note: expanded from macro 'EKBS'
stream.c: #define EKBS(rk) (RKBS(rk,3,_D), RKBS(rk,4,_D), RKBS(rk,5,_C), RKBS(rk,6,_D), RKBS(rk,7,_D), RKBS(rk,8,_C), \
stream.c: ^
stream.c: ./Simon128192SSE4.h:58:38: note: expanded from macro 'RKBS'
stream.c: rk[r][6]= _D ^ rk[r-3][6] ^ ROR8(rk[r-1][1] ^ rk[r-1][2]), \
stream.c: ^
stream.c: ./Intrinsics_SSE4_128block.h:39:19: note: expanded from macro 'ROR8'
stream.c: #define ROR8(X) (SHFL(X,R8))
stream.c: ^
stream.c: ...

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