Test results for ppc64, power9, crypto_aead/kiasuneq128v1

[Page version: 20250927 20:45:55]

Measurements for ppc64, power9, crypto_aead Test results for ppc64, power9, crypto_aead Test results for crypto_aead/kiasuneq128v1
Computer: power9
Microarchitecture: ppc64; POWER9 (004e1203)
Architecture: ppc64
CPU ID: unknown CPU ID
SUPERCOP version: 20210326
Operation: crypto_aead
Primitive: kiasuneq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
22837024504 0 045374 676 1232T:refgcc -mcpu=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
22867424504 0 045374 676 1232T:refgcc -mcpu=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
23154124616 0 045742 676 1232T:refgcc -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
23621519892 0 041633 684 1200T:refclang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
23622419204 0 035171 676 1192T:refclang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
23683319892 0 039521 684 1192T:refclang -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
23713319204 0 035171 676 1192T:refclang -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
23729419892 0 039521 684 1192T:refclang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
23747039784 0 041633 684 1200T:refclang -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
24359119712 0 039841 684 1200T:refclang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
30322019380 0 035811 676 1192T:refclang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
31529823236 0 042718 676 1216T:refgcc -mcpu=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
31552919380 0 035811 676 1192T:refclang -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE2021042220210326
31712923236 0 042718 676 1216T:refgcc -mcpu=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
32544623308 0 042818 676 1216T:refgcc -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
33139721724 0 040202 676 1216T:refgcc -mcpu=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
33376421724 0 040202 676 1216T:refgcc -mcpu=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
34580120916 0 037754 668 1208T:refgcc -mcpu=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
35338120916 0 037754 668 1208T:refgcc -mcpu=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
35905220984 0 037882 668 1208T:refgcc -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326
39559221796 0 040266 676 1216T:refgcc -O -fomit-frame-pointer -fwrapv -fPIC -fPIE2021042220210326

Compiler output


kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Auth;                         /* Auth value during the mode */
kiasu.c:             ^
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Checksum;                     /* Checksum on the plaintext blocks */
kiasu.c:             ^
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block PaddedBlock;          /* Padded blocks if needed, otherwise the zero bock */
kiasu.c:             ^
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block ta[BPI];                      /* 8 blocks for parallel processing */
kiasu.c:             ^
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c:   ALIGN(16) const block* adp;           /* Pointer to the blocks to process */
kiasu.c:                   ^
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c:   ALIGN(16) __m128i tmpblock;
kiasu.c:             ^
kiasu.c: kiasu.c:271:17: error: expected expression
kiasu.c:   adp = (block *)ad;
kiasu.c:                 ^
kiasu.c: kiasu.c:271:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:   adp = (block *)ad;
kiasu.c:          ^~~~~
kiasu.c:          lockf
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:256:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Auth;                         /* Auth value during the mode */
kiasu.c:             ^
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Checksum;                     /* Checksum on the plaintext blocks */
kiasu.c:             ^
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block PaddedBlock;          /* Padded blocks if needed, otherwise the zero bock */
kiasu.c:             ^
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block ta[BPI];                      /* 8 blocks for parallel processing */
kiasu.c:             ^
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c:   ALIGN(16) const block* adp;           /* Pointer to the blocks to process */
kiasu.c:                   ^
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c:   ALIGN(16) __m128i tmpblock;
kiasu.c:             ^
kiasu.c: kiasu.c:271:17: error: expected expression
kiasu.c:   adp = (block *)ad;
kiasu.c:                 ^
kiasu.c: kiasu.c:271:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:   adp = (block *)ad;
kiasu.c:          ^~~~~
kiasu.c:          lockf
kiasu.c: ...
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Auth;                         /* Auth value during the mode */
kiasu.c:             ^
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block Checksum;                     /* Checksum on the plaintext blocks */
kiasu.c:             ^
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block PaddedBlock;          /* Padded blocks if needed, otherwise the zero bock */
kiasu.c:             ^
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c:   ALIGN(16) block ta[BPI];                      /* 8 blocks for parallel processing */
kiasu.c:             ^
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c:   ALIGN(16) const block* adp;           /* Pointer to the blocks to process */
kiasu.c:                   ^
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c:   ALIGN(16) __m128i tmpblock;
kiasu.c:             ^
kiasu.c: kiasu.c:271:17: error: expected expression
kiasu.c:   adp = (block *)ad;
kiasu.c:                 ^
kiasu.c: kiasu.c:271:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c:   adp = (block *)ad;
kiasu.c:          ^~~~~
kiasu.c:          lockf
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: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c:   256 |   ALIGN(16) block Auth;    /* Auth value during the mode */
kiasu.c:       |             ^~~~~
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c:   257 |   ALIGN(16) block Checksum;   /* Checksum on the plaintext blocks */
kiasu.c:       |             ^~~~~
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c:   258 |   ALIGN(16) block PaddedBlock;  /* Padded blocks if needed, otherwise the zero bock */
kiasu.c:       |             ^~~~~
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c:   259 |   ALIGN(16) block ta[BPI];   /* 8 blocks for parallel processing */
kiasu.c:       |             ^~~~~
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c:   260 |   ALIGN(16) const block* adp;  /* Pointer to the blocks to process */
kiasu.c:       |                   ^~~~~
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c:   262 |   ALIGN(16) __m128i tmpblock;
kiasu.c:       |             ^~~~~~~
kiasu.c: kiasu.c:271:10: error: 'block' undeclared (first use in this function)
kiasu.c:   271 |   adp = (block *)ad;
kiasu.c:       |          ^~~~~
kiasu.c: kiasu.c:271:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:271:17: error: expected expression before ')' token
kiasu.c:   271 |   adp = (block *)ad;
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 kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt 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 kiasu_aead_decrypt T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o kiasu_aead_encrypt 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)