Test results for ppc64, power9, crypto_aead/kiasueq128v1

[Page version: 20250927 20:45:55]

Measurements for ppc64, power9, crypto_aead Test results for ppc64, power9, crypto_aead Test results for crypto_aead/kiasueq128v1
Computer: power9
Microarchitecture: ppc64; POWER9 (004e1203)
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_aead
Primitive: kiasueq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
35907927920 0 048834 676 1232T:refgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
36284028464 0 049662 676 1232T:refgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
36352527920 0 048834 676 1232T:refgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
36783429244 0 048729 684 1192T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
36874929244 0 050825 684 1200T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
37182221324 0 037275 676 1192T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
37331021324 0 037275 676 1192T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
37518429244 0 048729 684 1192T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
37781658488 0 050825 684 1200T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
37938528060 0 048201 684 1200T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
47895021296 0 037723 676 1192T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
49486626560 0 046114 676 1216T:refgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
49617226484 0 046006 676 1216T:refgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
49722321296 0 037723 676 1192T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
50056026484 0 046006 676 1216T:refgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
52074624176 0 042601 676 1208T:refgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
52512024072 0 042481 676 1208T:refgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
54299924072 0 042481 676 1208T:refgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
54932823144 0 040014 668 1208T:refgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
54959923284 0 040238 668 1208T:refgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
55309523144 0 040014 668 1208T:refgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326

Compiler output


kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: void printBlock(block B) {
kiasu.c:                 ^
kiasu.c: kiasu.c:262:14: error: expected expression
kiasu.c:     *(block *)tag=B;
kiasu.c:              ^
kiasu.c: kiasu.c:262:7: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     *(block *)tag=B;
kiasu.c:       ^~~~~
kiasu.c:       lockf
kiasu.c: /usr/include/unistd.h:1093:12: note: 'lockf' declared here
kiasu.c: extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
kiasu.c:            ^
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c:     ALIGN(16) block ta[BPI];             /* 8 blocks for parallel processing         */
kiasu.c:               ^
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c:     ALIGN(16) const block* adp;          /* Pointer to the blocks to process         */
kiasu.c:                     ^
kiasu.c: kiasu.c:338:17: error: expected expression
kiasu.c:     adp=(block *)M1;
kiasu.c:                 ^
kiasu.c: kiasu.c:338:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     adp=(block *)M1;
kiasu.c:          ^~~~~
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:bitsliceclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:bitsliceclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: void printBlock(block B) {
kiasu.c:                 ^
kiasu.c: kiasu.c:262:14: error: expected expression
kiasu.c:     *(block *)tag=B;
kiasu.c:              ^
kiasu.c: kiasu.c:262:7: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     *(block *)tag=B;
kiasu.c:       ^~~~~
kiasu.c:       lockf
kiasu.c: /usr/include/unistd.h:1093:12: note: 'lockf' declared here
kiasu.c: extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
kiasu.c:            ^
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c:     ALIGN(16) block ta[BPI];             /* 8 blocks for parallel processing         */
kiasu.c:               ^
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c:     ALIGN(16) const block* adp;          /* Pointer to the blocks to process         */
kiasu.c:                     ^
kiasu.c: kiasu.c:338:17: error: expected expression
kiasu.c:     adp=(block *)M1;
kiasu.c:                 ^
kiasu.c: kiasu.c:338:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     adp=(block *)M1;
kiasu.c:          ^~~~~
kiasu.c: ...
kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: void printBlock(block B) {
kiasu.c:                 ^
kiasu.c: kiasu.c:262:14: error: expected expression
kiasu.c:     *(block *)tag=B;
kiasu.c:              ^
kiasu.c: kiasu.c:262:7: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     *(block *)tag=B;
kiasu.c:       ^~~~~
kiasu.c:       lockf
kiasu.c: /usr/include/unistd.h:1093:12: note: 'lockf' declared here
kiasu.c: extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
kiasu.c:            ^
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c:     ALIGN(16) block ta[BPI];             /* 8 blocks for parallel processing         */
kiasu.c:               ^
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c:     ALIGN(16) const block* adp;          /* Pointer to the blocks to process         */
kiasu.c:                     ^
kiasu.c: kiasu.c:338:17: error: expected expression
kiasu.c:     adp=(block *)M1;
kiasu.c:                 ^
kiasu.c: kiasu.c:338:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:     adp=(block *)M1;
kiasu.c:          ^~~~~
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:bitsliceclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c:   259 | void printBlock(block B) {
kiasu.c:       |                 ^~~~~
kiasu.c: kiasu.c: In function 'XLS':
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c:   324 |     ALIGN(16) block ta[BPI];   /* 8 blocks for parallel processing         */
kiasu.c:       |               ^~~~~
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c:   326 |     ALIGN(16) const block* adp;   /* Pointer to the blocks to process         */
kiasu.c:       |                     ^~~~~
kiasu.c: kiasu.c:338:10: error: 'block' undeclared (first use in this function)
kiasu.c:   338 |     adp=(block *)M1;
kiasu.c:       |          ^~~~~
kiasu.c: kiasu.c:338:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:338:17: error: expected expression before ')' token
kiasu.c:   338 |     adp=(block *)M1;
kiasu.c:       |                 ^
kiasu.c: kiasu.c:368:17: error: expected expression before ')' token
kiasu.c:   368 |     adp=(block *)Xp1;
kiasu.c:       |                 ^
kiasu.c: kiasu.c:399:17: error: expected expression before ')' token
kiasu.c:   399 |     adp=(block *)Yp1;
kiasu.c:       |                 ^
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:443:15: error: unknown type name 'block'
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 12, namely:
ImplementationCompiler
T:bitslicegcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
T:bitslicegcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:bitslicegcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)

Compiler output


kiasu.c: In file included from kiasu.c:26:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:26:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:56:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/mmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error                                                                         \
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:43:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:13:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:15:
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
T:optclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:optclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


kiasu.c: In file included from kiasu.c:26:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:26:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:56:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/mmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error                                                                         \
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:43:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:13:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:15:
kiasu.c: ...
kiasu.c: In file included from kiasu.c:26:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:26:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:56:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/mmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error                                                                         \
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:27:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:43:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/xmmintrin.h:31:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:13:
kiasu.c: /usr/lib/llvm-11/lib/clang/11.0.0/include/ppc_wrappers/emmintrin.h:32:2: error: "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:  ^
kiasu.c: In file included from kiasu.c:28:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.0/include/wmmintrin.h:15:
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)

Compiler output


kiasu.c: In file included from kiasu.c:26:
kiasu.c: /usr/lib/gcc/powerpc64le-linux-gnu/10/include/xmmintrin.h:54:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:    54 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:       |  ^~~~~
kiasu.c: In file included from /usr/lib/gcc/powerpc64le-linux-gnu/10/include/xmmintrin.h:79,
kiasu.c:                  from kiasu.c:26:
kiasu.c: /usr/lib/gcc/powerpc64le-linux-gnu/10/include/mmintrin.h:52:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:    52 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:       |  ^~~~~
kiasu.c: In file included from kiasu.c:27:
kiasu.c: /usr/lib/gcc/powerpc64le-linux-gnu/10/include/emmintrin.h:56:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:    56 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:       |  ^~~~~
kiasu.c: In file included from /usr/lib/gcc/powerpc64le-linux-gnu/10/include/emmintrin.h:66,
kiasu.c:                  from kiasu.c:27:
kiasu.c: /usr/lib/gcc/powerpc64le-linux-gnu/10/include/xmmintrin.h:54:2: error: #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:    54 | #error "Please read comment above.  Use -DNO_WARN_X86_INTRINSICS to disable this error."
kiasu.c:       |  ^~~~~
kiasu.c: kiasu.c:28:10: fatal error: wmmintrin.h: No such file or directory
kiasu.c:    28 | #include <wmmintrin.h>              /* SSSE3 instructions              */
kiasu.c:       |          ^~~~~~~~~~~~~
kiasu.c: compilation terminated.

Number of similar (implementation,compiler) pairs: 12, namely:
ImplementationCompiler
T:optgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
T:optgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:optgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)

Namespace violations


kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt T

Number of similar (implementation,compiler) pairs: 20, namely:
ImplementationCompiler
T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)
T:refgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE
T:refgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)
T:refgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE (10.2.0)

Namespace violations


kiasu.o XLS T
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt T
tweakable_aes.o aesTweakEncrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE (Ubuntu_Clang_11.0.0)