Test results for armeabi, bblack, crypto_stream/aes256estream

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_stream Test results for armeabi, bblack, crypto_stream Test results for crypto_stream/aes256estream
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_stream
Primitive: aes256estream
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
648329699 4096 420198 4552 752T:e/hongjun/v1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
658728443 4096 417789 4548 752T:e/hongjun/v1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
662406911 4096 417406 4552 752T:e/hongjun/v0gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
684165175 4096 414525 4548 752T:e/hongjun/v0gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
769927075 4096 415873 4540 744T:e/hongjun/v1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
770004391 4096 413193 4540 744T:e/hongjun/v0gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
795846039 4096 120531 4508 752T:e/hongjun/v0clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
796166039 4096 120211 4508 760T:e/hongjun/v0clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
796246039 4096 120531 4508 752T:e/hongjun/v0clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
796565639 4096 118433 4504 744T:e/hongjun/v0clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
826329351 4096 123851 4508 752T:e/hongjun/v1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
826649351 4096 123851 4508 752T:e/hongjun/v1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
826649351 4096 123531 4508 760T:e/hongjun/v1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
827848951 4096 121753 4504 744T:e/hongjun/v1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
827926155 4096 129083 4508 760T:e/hongjun/v0clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
843769411 4096 132347 4508 760T:e/hongjun/v1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
922407343 4096 416677 4548 752T:e/hongjun/v1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716
923364551 4096 413885 4548 752T:e/hongjun/v0gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080520240716

Compiler output


aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: In file included from ./e/aes-ctr.c:17:
aes-ctr.c: In file included from ./e/aestab.c:41:
aes-ctr.c: ./e/aesopt.h:168:2: error: Could not detect endianness
aes-ctr.c: #error Could not detect endianness
aes-ctr.c:  ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: In file included from ./e/aes-ctr.c:17:
aes-ctr.c: In file included from ./e/aestab.c:194:
aes-ctr.c: ./e/aestab.h:106:60: warning: implicit declaration of function 'bytes2word' is invalid in C99 [-Wimplicit-function-declaration]
aes-ctr.c: Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c:                                                            ^
aes-ctr.c: ./e/aestab.h:106:60: error: initializer element is not a compile-time constant
aes-ctr.c: Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c:                                                    ~~~~~~~~^~~
aes-ctr.c: ./e/aestab.c:148:5: note: expanded from macro 'rc_data'
aes-ctr.c:     w(0x01), w(0x02), w(0x04), w(0x08), w(0x10),w(0x20), w(0x40), w(0x80),\
aes-ctr.c:     ^~~~~~~
aes-ctr.c: ./e/aestab.c:153:17: note: expanded from macro 'w0'
aes-ctr.c: #define w0(p)   bytes2word(p, 0, 0, 0)
aes-ctr.c:                 ^~~~~~~~~~~~~~~~~~~~~~
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: In file included from ./e/aes-ctr.c:17:
aes-ctr.c: In file included from ./e/aestab.c:194:
aes-ctr.c: ./e/aestab.h:124:39: error: initializer element is not a compile-time constant
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/gladmanclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/gladmanclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/gladmanclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/gladmanclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/gladmanclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes-ctr.c: In file included from e/aestab.c:41,
aes-ctr.c:                  from e/aes-ctr.c:17,
aes-ctr.c:                  from aes-ctr.c:1:
aes-ctr.c: e/aesopt.h:168:2: error: #error Could not detect endianness
aes-ctr.c:  #error Could not detect endianness
aes-ctr.c:   ^~~~~
aes-ctr.c: In file included from e/aes-ctr.c:17,
aes-ctr.c:                  from aes-ctr.c:1:
aes-ctr.c: e/aestab.c:153:17: warning: implicit declaration of function 'bytes2word' [-Wimplicit-function-declaration]
aes-ctr.c:  #define w0(p)   bytes2word(p, 0, 0, 0)
aes-ctr.c:                  ^~~~~~~~~~
aes-ctr.c: e/aestab.c:148:5: note: in expansion of macro 'w0'
aes-ctr.c:      w(0x01), w(0x02), w(0x04), w(0x08), w(0x10),w(0x20), w(0x40), w(0x80),\
aes-ctr.c:      ^
aes-ctr.c: e/aestab.h:106:52: note: in expansion of macro 'rc_data'
aes-ctr.c:  Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c:                                                     ^~~~~~~
aes-ctr.c: e/aestab.c:153:17: error: initializer element is not constant
aes-ctr.c:  #define w0(p)   bytes2word(p, 0, 0, 0)
aes-ctr.c:                  ^~~~~~~~~~
aes-ctr.c: e/aestab.c:148:5: note: in expansion of macro 'w0'
aes-ctr.c:      w(0x01), w(0x02), w(0x04), w(0x08), w(0x10),w(0x20), w(0x40), w(0x80),\
aes-ctr.c:      ^
aes-ctr.c: e/aestab.h:106:52: note: in expansion of macro 'rc_data'
aes-ctr.c:  Extern Align Const aes_32t t_dec(r,c)[RC_LENGTH] = rc_data(w0);
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/gladmangcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/gladmangcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/gladmangcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/gladmangcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:9: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:12: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                   ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:134:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hongjun/v1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:9: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:12: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                   ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:134:7: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:12: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                   ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hongjun/v1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:9: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:12: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                   ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:134:7: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:9: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:e/hongjun/v1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:9: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:12: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                   ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:120:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ./e/aes-ctr.c:134:7: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:       aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:       ^
aes-ctr.c: ./e/aes256.h:139:15: note: expanded from macro 'aes256_enc_block'
aes-ctr.c:         u32 y0,y1,y2,y3;\
aes-ctr.c:                      ^
aes-ctr.c: In file included from aes-ctr.c:1:
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hongjun/v1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes-ctr.c: In file included from e/aes-ctr.c:9,
aes-ctr.c:                  from aes-ctr.c:1:
aes-ctr.c: e/aes-ctr.c: In function 'crypto_stream_aes256estream_e_hongjun_v1_timingleaks_ECRYPT_process_bytes':
aes-ctr.c: e/aes256.h:139:15: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:   u32 y0,y1,y2,y3;\
aes-ctr.c:                ^~
aes-ctr.c: e/aes-ctr.c:120:7: note: in expansion of macro 'aes256_enc_block'
aes-ctr.c:        aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:        ^~~~~~~~~~~~~~~~
aes-ctr.c: e/aes256.h:139:12: warning: unused variable 'y2' [-Wunused-variable]
aes-ctr.c:   u32 y0,y1,y2,y3;\
aes-ctr.c:             ^~
aes-ctr.c: e/aes-ctr.c:120:7: note: in expansion of macro 'aes256_enc_block'
aes-ctr.c:        aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:        ^~~~~~~~~~~~~~~~
aes-ctr.c: e/aes256.h:139:9: warning: unused variable 'y1' [-Wunused-variable]
aes-ctr.c:   u32 y0,y1,y2,y3;\
aes-ctr.c:          ^~
aes-ctr.c: e/aes-ctr.c:120:7: note: in expansion of macro 'aes256_enc_block'
aes-ctr.c:        aes256_enc_block(ctx->counter, keystream, ctx);
aes-ctr.c:        ^~~~~~~~~~~~~~~~
aes-ctr.c: e/aes256.h:139:15: warning: unused variable 'y3' [-Wunused-variable]
aes-ctr.c:   u32 y0,y1,y2,y3;\
aes-ctr.c:                ^~
aes-ctr.c: e/aes-ctr.c:134:7: note: in expansion of macro 'aes256_enc_block'
aes-ctr.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/hongjun/v1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


aes-ctr.o N 00000000
aes-ctr.o N 00000037
aes-ctr.o N 00000041
aes-ctr.o N 00000116
aes-ctr.o N 00000119
aes-ctr.o N 00000126
aes-ctr.o N 0000013a
aes-ctr.o N 0000013d
aes-ctr.o N 00000140
aes-ctr.o N 00000143
aes-ctr.o N 00000148
aes-ctr.o N 00000156
aes-ctr.o N 0000015b
aes-ctr.o N 0000015e
aes-ctr.o N 00000162
aes-ctr.o N 00000173
aes-ctr.o N 00000190
aes-ctr.o N 000001d1
aes-ctr.o N 00000216
aes-ctr.o N 0000025a
aes-ctr.o N 000002a4
aes-ctr.o N 000002a6
aes-ctr.o N 000002ad
aes-ctr.o N 000002b1
aes-ctr.o N 000002b9
aes-ctr.o N 000002bd
aes-ctr.o N 000002c0
aes-ctr.o N 000002ca
aes-ctr.o N 000002d2
aes-ctr.o N 000002e8
aes-ctr.o N 000002fc
aes-ctr.o N 00000307
aes-ctr.o N 0000030a
aes-ctr.o N 0000030d
aes-ctr.o N 00000312
aes-ctr.o N 00000315
aes-ctr.o N 0000031a
aes-ctr.o N 0000031d
aes-ctr.o N 00000320
aes-ctr.o N 00000325
aes-ctr.o N 0000032b
aes-ctr.o N 0000032e
aes-ctr.o N 00000333
aes-ctr.o N 00000339
aes-ctr.o N 0000033c
aes-ctr.o N 00000341
aes-ctr.o N 00000344
aes-ctr.o N 00000347
aes-ctr.o N 0000034c
aes-ctr.o N 00000351
aes-ctr.o N 00000357
aes-ctr.o N 0000035a
aes-ctr.o N 0000035e
aes-ctr.o N 00000364
aes-ctr.o N 0000036a
aes-ctr.o N 00000370
aes-ctr.o N 00000373
aes-ctr.o N 00000378
aes-ctr.o N 0000037d
aes-ctr.o N 00000382
aes-ctr.o N 00000385
aes-ctr.o N 00000388
aes-ctr.o N 0000038b
aes-ctr.o N 0000038e
aes-ctr.o N 00000391
aes-ctr.o N 00000394
aes-ctr.o N 00000397
aes-ctr.o N 0000039a
aes-ctr.o N 0000039d
aes-ctr.o N 000003a0
aes-ctr.o N 000003a3
aes-ctr.o N 000003a7
aes-ctr.o N 000003ab
aes-ctr.o N 000003af
aes-ctr.o N 000003b2
aes-ctr.o N 000003b5
aes-ctr.o N 000003b8
aes-ctr.o N 000003bb
aes-ctr.o N 000003bf
aes-ctr.o N 000003c3
aes-ctr.o N 000003c6
aes-ctr.o N 000003c9
aes-ctr.o N 000003cc
aes-ctr.o N 000003cf
aes-ctr.o N 000003d1
aes-ctr.o N 000003d8
aes-ctr.o N 000003da
aes-ctr.o N 000003de
aes-ctr.o N 000003e3
aes-ctr.o N 000003e5
aes-ctr.o N 000003e8
aes-ctr.o N 000003f2
aes-ctr.o N 000003f9
aes-ctr.o N 000003ff
aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o aes256_enc_block T
aes-ctr.o partial_precompute_tworounds T
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000112
api.o N 00000122
api.o N 00000126
api.o N 00000171
api.o N 000001a6
api.o N 000001df
api.o N 000001e6
api.o N 000001ea
api.o N 000001f2
api.o N 000001ff
api.o N 00000203
api.o N 00000207
api.o N 00000215
api.o N 00000218
api.o N 0000022c
api.o N 0000022f
api.o N 00000239
api.o N 00000241
api.o N 00000257
api.o N 0000026b
api.o N 00000276
api.o N 00000279
api.o N 0000027f
api.o N 00000286
api.o N 0000028d
api.o N 0000028f
api.o N 00000291
api.o N 00000293
api.o N 00000295
api.o N 000002ac
api.o N 000002b1
api.o N 000002b3

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:e/hongjun/v0clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v0clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v0clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes-ctr.o N 00000000
aes-ctr.o N 00000037
aes-ctr.o N 00000041
aes-ctr.o N 00000115
aes-ctr.o N 00000118
aes-ctr.o N 00000125
aes-ctr.o N 00000139
aes-ctr.o N 0000013c
aes-ctr.o N 0000013f
aes-ctr.o N 00000142
aes-ctr.o N 00000147
aes-ctr.o N 00000155
aes-ctr.o N 0000015a
aes-ctr.o N 0000015d
aes-ctr.o N 00000161
aes-ctr.o N 00000172
aes-ctr.o N 0000018f
aes-ctr.o N 000001d0
aes-ctr.o N 00000215
aes-ctr.o N 00000259
aes-ctr.o N 000002a3
aes-ctr.o N 000002a5
aes-ctr.o N 000002ac
aes-ctr.o N 000002b0
aes-ctr.o N 000002b8
aes-ctr.o N 000002bc
aes-ctr.o N 000002bf
aes-ctr.o N 000002c9
aes-ctr.o N 000002d1
aes-ctr.o N 000002e7
aes-ctr.o N 000002fb
aes-ctr.o N 00000306
aes-ctr.o N 00000309
aes-ctr.o N 0000030c
aes-ctr.o N 00000311
aes-ctr.o N 00000314
aes-ctr.o N 00000319
aes-ctr.o N 0000031c
aes-ctr.o N 0000031f
aes-ctr.o N 00000324
aes-ctr.o N 0000032a
aes-ctr.o N 0000032d
aes-ctr.o N 00000332
aes-ctr.o N 00000338
aes-ctr.o N 0000033b
aes-ctr.o N 00000340
aes-ctr.o N 00000343
aes-ctr.o N 00000346
aes-ctr.o N 0000034b
aes-ctr.o N 00000350
aes-ctr.o N 00000356
aes-ctr.o N 00000359
aes-ctr.o N 0000035d
aes-ctr.o N 00000363
aes-ctr.o N 00000369
aes-ctr.o N 0000036f
aes-ctr.o N 00000372
aes-ctr.o N 00000377
aes-ctr.o N 0000037c
aes-ctr.o N 00000381
aes-ctr.o N 00000384
aes-ctr.o N 00000387
aes-ctr.o N 0000038a
aes-ctr.o N 0000038d
aes-ctr.o N 00000390
aes-ctr.o N 00000393
aes-ctr.o N 00000396
aes-ctr.o N 00000399
aes-ctr.o N 0000039c
aes-ctr.o N 0000039f
aes-ctr.o N 000003a2
aes-ctr.o N 000003a6
aes-ctr.o N 000003aa
aes-ctr.o N 000003ae
aes-ctr.o N 000003b1
aes-ctr.o N 000003b4
aes-ctr.o N 000003b7
aes-ctr.o N 000003ba
aes-ctr.o N 000003be
aes-ctr.o N 000003c2
aes-ctr.o N 000003c5
aes-ctr.o N 000003c8
aes-ctr.o N 000003cb
aes-ctr.o N 000003ce
aes-ctr.o N 000003d0
aes-ctr.o N 000003d7
aes-ctr.o N 000003d9
aes-ctr.o N 000003dd
aes-ctr.o N 000003e2
aes-ctr.o N 000003e4
aes-ctr.o N 000003e7
aes-ctr.o N 000003f1
aes-ctr.o N 000003f8
aes-ctr.o N 000003fe
aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o aes256_enc_block T
aes-ctr.o partial_precompute_tworounds T
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000111
api.o N 00000121
api.o N 00000125
api.o N 00000170
api.o N 000001a5
api.o N 000001de
api.o N 000001e5
api.o N 000001e9
api.o N 000001f1
api.o N 000001fe
api.o N 00000202
api.o N 00000206
api.o N 00000214
api.o N 00000217
api.o N 0000022b
api.o N 0000022e
api.o N 00000238
api.o N 00000240
api.o N 00000256
api.o N 0000026a
api.o N 00000275
api.o N 00000278
api.o N 0000027e
api.o N 00000285
api.o N 0000028c
api.o N 0000028e
api.o N 00000290
api.o N 00000292
api.o N 00000294
api.o N 000002ab
api.o N 000002b0
api.o N 000002b2

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hongjun/v0clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes-ctr.o N 00000000
aes-ctr.o N 00000037
aes-ctr.o N 00000041
aes-ctr.o N 00000115
aes-ctr.o N 00000118
aes-ctr.o N 00000125
aes-ctr.o N 00000139
aes-ctr.o N 0000013c
aes-ctr.o N 0000013f
aes-ctr.o N 00000142
aes-ctr.o N 00000147
aes-ctr.o N 00000155
aes-ctr.o N 0000015a
aes-ctr.o N 0000015d
aes-ctr.o N 00000161
aes-ctr.o N 00000172
aes-ctr.o N 0000018f
aes-ctr.o N 000001d0
aes-ctr.o N 00000215
aes-ctr.o N 00000259
aes-ctr.o N 000002a3
aes-ctr.o N 000002a5
aes-ctr.o N 000002ac
aes-ctr.o N 000002b0
aes-ctr.o N 000002b8
aes-ctr.o N 000002bc
aes-ctr.o N 000002bf
aes-ctr.o N 000002c9
aes-ctr.o N 000002d1
aes-ctr.o N 000002e7
aes-ctr.o N 000002fb
aes-ctr.o N 00000306
aes-ctr.o N 00000309
aes-ctr.o N 0000030c
aes-ctr.o N 00000311
aes-ctr.o N 00000314
aes-ctr.o N 00000319
aes-ctr.o N 0000031c
aes-ctr.o N 0000031f
aes-ctr.o N 00000324
aes-ctr.o N 0000032a
aes-ctr.o N 0000032d
aes-ctr.o N 00000332
aes-ctr.o N 00000338
aes-ctr.o N 0000033b
aes-ctr.o N 00000340
aes-ctr.o N 00000343
aes-ctr.o N 00000346
aes-ctr.o N 0000034b
aes-ctr.o N 00000350
aes-ctr.o N 00000356
aes-ctr.o N 00000359
aes-ctr.o N 0000035d
aes-ctr.o N 00000363
aes-ctr.o N 00000369
aes-ctr.o N 0000036f
aes-ctr.o N 00000372
aes-ctr.o N 00000377
aes-ctr.o N 0000037c
aes-ctr.o N 00000381
aes-ctr.o N 00000384
aes-ctr.o N 00000387
aes-ctr.o N 0000038a
aes-ctr.o N 0000038d
aes-ctr.o N 00000390
aes-ctr.o N 00000393
aes-ctr.o N 00000396
aes-ctr.o N 00000399
aes-ctr.o N 0000039c
aes-ctr.o N 0000039f
aes-ctr.o N 000003a2
aes-ctr.o N 000003a6
aes-ctr.o N 000003a9
aes-ctr.o N 000003ad
aes-ctr.o N 000003b1
aes-ctr.o N 000003b4
aes-ctr.o N 000003b7
aes-ctr.o N 000003ba
aes-ctr.o N 000003be
aes-ctr.o N 000003c2
aes-ctr.o N 000003c5
aes-ctr.o N 000003c8
aes-ctr.o N 000003cb
aes-ctr.o N 000003ce
aes-ctr.o N 000003d0
aes-ctr.o N 000003d7
aes-ctr.o N 000003d9
aes-ctr.o N 000003dd
aes-ctr.o N 000003e2
aes-ctr.o N 000003e4
aes-ctr.o N 000003e7
aes-ctr.o N 000003f1
aes-ctr.o N 000003f8
aes-ctr.o N 000003fe
aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o aes256_enc_block T
aes-ctr.o partial_precompute_tworounds T
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000111
api.o N 00000121
api.o N 00000125
api.o N 00000170
api.o N 000001a5
api.o N 000001de
api.o N 000001e5
api.o N 000001e9
api.o N 000001f1
api.o N 000001fe
api.o N 00000202
api.o N 00000206
api.o N 00000214
api.o N 00000217
api.o N 0000022b
api.o N 0000022e
api.o N 00000238
api.o N 00000240
api.o N 00000256
api.o N 0000026a
api.o N 00000275
api.o N 00000278
api.o N 0000027e
api.o N 00000285
api.o N 0000028c
api.o N 0000028e
api.o N 00000290
api.o N 00000292
api.o N 00000294
api.o N 000002ab
api.o N 000002b0
api.o N 000002b2

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:e/hongjun/v0clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o aes256_enc_block T
aes-ctr.o partial_precompute_tworounds T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/hongjun/v0gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v0gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v0gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v0gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


aes-ctr.o N 00000000
aes-ctr.o N 00000037
aes-ctr.o N 00000041
aes-ctr.o N 00000116
aes-ctr.o N 00000119
aes-ctr.o N 00000126
aes-ctr.o N 0000013a
aes-ctr.o N 0000013d
aes-ctr.o N 00000140
aes-ctr.o N 00000143
aes-ctr.o N 00000148
aes-ctr.o N 00000156
aes-ctr.o N 0000015b
aes-ctr.o N 0000015e
aes-ctr.o N 00000162
aes-ctr.o N 0000017f
aes-ctr.o N 000001c0
aes-ctr.o N 00000205
aes-ctr.o N 00000249
aes-ctr.o N 00000293
aes-ctr.o N 00000297
aes-ctr.o N 0000029f
aes-ctr.o N 000002a3
aes-ctr.o N 000002a6
aes-ctr.o N 000002b0
aes-ctr.o N 000002b8
aes-ctr.o N 000002ce
aes-ctr.o N 000002e2
aes-ctr.o N 000002ed
aes-ctr.o N 000002f0
aes-ctr.o N 000002f3
aes-ctr.o N 000002f6
aes-ctr.o N 000002f9
aes-ctr.o N 000002fe
aes-ctr.o N 00000302
aes-ctr.o N 00000305
aes-ctr.o N 00000308
aes-ctr.o N 0000030e
aes-ctr.o N 00000311
aes-ctr.o N 00000316
aes-ctr.o N 0000031b
aes-ctr.o N 0000031e
aes-ctr.o N 00000323
aes-ctr.o N 00000328
aes-ctr.o N 0000032d
aes-ctr.o N 00000330
aes-ctr.o N 00000335
aes-ctr.o N 0000033b
aes-ctr.o N 00000341
aes-ctr.o N 00000344
aes-ctr.o N 0000034a
aes-ctr.o N 00000350
aes-ctr.o N 00000356
aes-ctr.o N 00000359
aes-ctr.o N 0000035d
aes-ctr.o N 00000360
aes-ctr.o N 00000364
aes-ctr.o N 00000367
aes-ctr.o N 0000036a
aes-ctr.o N 0000036d
aes-ctr.o N 00000370
aes-ctr.o N 00000373
aes-ctr.o N 00000376
aes-ctr.o N 0000037a
aes-ctr.o N 0000037e
aes-ctr.o N 00000382
aes-ctr.o N 00000387
aes-ctr.o N 0000038c
aes-ctr.o N 00000391
aes-ctr.o N 00000393
aes-ctr.o N 0000039a
aes-ctr.o N 0000039c
aes-ctr.o N 000003a0
aes-ctr.o N 000003a5
aes-ctr.o N 000003a7
aes-ctr.o N 000003aa
aes-ctr.o N 000003b4
aes-ctr.o N 000003bb
aes-ctr.o N 000003c1
aes-ctr.o N 000003c8
aes-ctr.o N 000003cf
aes-ctr.o N 000003d2
aes-ctr.o N 000003d5
aes-ctr.o N 000003d8
aes-ctr.o N 000003db
aes-ctr.o N 000003de
aes-ctr.o N 000003e1
aes-ctr.o N 000003e4
aes-ctr.o N 000003e7
aes-ctr.o N 000003ea
aes-ctr.o N 000003ed
aes-ctr.o N 000003f0
aes-ctr.o N 000003f3
aes-ctr.o N 000003f6
aes-ctr.o N 000003f9
aes-ctr.o N 000003fc
aes-ctr.o N 000003ff
aes-ctr.o N 00000402
aes-ctr.o N 00000405
aes-ctr.o N 00000408
aes-ctr.o N 0000040b
aes-ctr.o N 0000040e
aes-ctr.o N 00000411
aes-ctr.o N 00000414
aes-ctr.o N 00000417
aes-ctr.o N 0000041a
aes-ctr.o N 0000041d
aes-ctr.o N 00000420
aes-ctr.o N 00000423
aes-ctr.o N 00000426
aes-ctr.o N 00000429
aes-ctr.o N 0000042c
aes-ctr.o N 0000042f
aes-ctr.o N 00000432
aes-ctr.o N 00000435
aes-ctr.o N 00000438
aes-ctr.o N 0000043b
aes-ctr.o N 0000043e
aes-ctr.o N 00000441
aes-ctr.o N 00000444
aes-ctr.o N 00000447
aes-ctr.o N 0000044a
aes-ctr.o N 0000044d
aes-ctr.o N 00000450
aes-ctr.o N 00000453
aes-ctr.o N 00000456
aes-ctr.o N 00000459
aes-ctr.o N 0000045c
aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o partial_precompute_tworounds T
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000112
api.o N 00000122
api.o N 00000126
api.o N 00000171
api.o N 000001a6
api.o N 000001df
api.o N 000001e6
api.o N 000001ea
api.o N 000001f2
api.o N 000001ff
api.o N 00000203
api.o N 00000207
api.o N 00000215
api.o N 00000218
api.o N 0000022c
api.o N 0000022f
api.o N 00000239
api.o N 00000241
api.o N 00000257
api.o N 0000026b
api.o N 00000276
api.o N 00000279
api.o N 0000027f
api.o N 00000286
api.o N 0000028d
api.o N 0000028f
api.o N 00000291
api.o N 00000293
api.o N 00000295
api.o N 000002ac
api.o N 000002b1
api.o N 000002b3

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:e/hongjun/v1clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v1clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v1clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes-ctr.o N 00000000
aes-ctr.o N 00000037
aes-ctr.o N 00000041
aes-ctr.o N 00000115
aes-ctr.o N 00000118
aes-ctr.o N 00000125
aes-ctr.o N 00000139
aes-ctr.o N 0000013c
aes-ctr.o N 0000013f
aes-ctr.o N 00000142
aes-ctr.o N 00000147
aes-ctr.o N 00000155
aes-ctr.o N 0000015a
aes-ctr.o N 0000015d
aes-ctr.o N 00000161
aes-ctr.o N 0000017e
aes-ctr.o N 000001bf
aes-ctr.o N 00000204
aes-ctr.o N 00000248
aes-ctr.o N 00000292
aes-ctr.o N 00000296
aes-ctr.o N 0000029e
aes-ctr.o N 000002a2
aes-ctr.o N 000002a5
aes-ctr.o N 000002af
aes-ctr.o N 000002b7
aes-ctr.o N 000002cd
aes-ctr.o N 000002e1
aes-ctr.o N 000002ec
aes-ctr.o N 000002ef
aes-ctr.o N 000002f2
aes-ctr.o N 000002f5
aes-ctr.o N 000002f8
aes-ctr.o N 000002fd
aes-ctr.o N 00000301
aes-ctr.o N 00000304
aes-ctr.o N 00000307
aes-ctr.o N 0000030d
aes-ctr.o N 00000310
aes-ctr.o N 00000315
aes-ctr.o N 0000031a
aes-ctr.o N 0000031d
aes-ctr.o N 00000322
aes-ctr.o N 00000327
aes-ctr.o N 0000032c
aes-ctr.o N 0000032f
aes-ctr.o N 00000334
aes-ctr.o N 0000033a
aes-ctr.o N 00000340
aes-ctr.o N 00000343
aes-ctr.o N 00000349
aes-ctr.o N 0000034f
aes-ctr.o N 00000355
aes-ctr.o N 00000358
aes-ctr.o N 0000035c
aes-ctr.o N 0000035f
aes-ctr.o N 00000363
aes-ctr.o N 00000366
aes-ctr.o N 00000369
aes-ctr.o N 0000036c
aes-ctr.o N 0000036f
aes-ctr.o N 00000372
aes-ctr.o N 00000375
aes-ctr.o N 00000379
aes-ctr.o N 0000037d
aes-ctr.o N 00000381
aes-ctr.o N 00000386
aes-ctr.o N 0000038b
aes-ctr.o N 00000390
aes-ctr.o N 00000392
aes-ctr.o N 00000399
aes-ctr.o N 0000039b
aes-ctr.o N 0000039f
aes-ctr.o N 000003a4
aes-ctr.o N 000003a6
aes-ctr.o N 000003a9
aes-ctr.o N 000003b3
aes-ctr.o N 000003ba
aes-ctr.o N 000003c0
aes-ctr.o N 000003c7
aes-ctr.o N 000003ce
aes-ctr.o N 000003d1
aes-ctr.o N 000003d4
aes-ctr.o N 000003d7
aes-ctr.o N 000003da
aes-ctr.o N 000003dd
aes-ctr.o N 000003e0
aes-ctr.o N 000003e3
aes-ctr.o N 000003e6
aes-ctr.o N 000003e9
aes-ctr.o N 000003ec
aes-ctr.o N 000003ef
aes-ctr.o N 000003f2
aes-ctr.o N 000003f5
aes-ctr.o N 000003f8
aes-ctr.o N 000003fb
aes-ctr.o N 000003fe
aes-ctr.o N 00000401
aes-ctr.o N 00000404
aes-ctr.o N 00000407
aes-ctr.o N 0000040a
aes-ctr.o N 0000040d
aes-ctr.o N 00000410
aes-ctr.o N 00000413
aes-ctr.o N 00000416
aes-ctr.o N 00000419
aes-ctr.o N 0000041c
aes-ctr.o N 0000041f
aes-ctr.o N 00000422
aes-ctr.o N 00000425
aes-ctr.o N 00000428
aes-ctr.o N 0000042b
aes-ctr.o N 0000042e
aes-ctr.o N 00000431
aes-ctr.o N 00000434
aes-ctr.o N 00000437
aes-ctr.o N 0000043a
aes-ctr.o N 0000043d
aes-ctr.o N 00000440
aes-ctr.o N 00000443
aes-ctr.o N 00000446
aes-ctr.o N 00000449
aes-ctr.o N 0000044c
aes-ctr.o N 0000044f
aes-ctr.o N 00000452
aes-ctr.o N 00000455
aes-ctr.o N 00000458
aes-ctr.o N 0000045b
aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o partial_precompute_tworounds T
api.o N 00000000
api.o N 00000037
api.o N 0000003d
api.o N 00000111
api.o N 00000121
api.o N 00000125
api.o N 00000170
api.o N 000001a5
api.o N 000001de
api.o N 000001e5
api.o N 000001e9
api.o N 000001f1
api.o N 000001fe
api.o N 00000202
api.o N 00000206
api.o N 00000214
api.o N 00000217
api.o N 0000022b
api.o N 0000022e
api.o N 00000238
api.o N 00000240
api.o N 00000256
api.o N 0000026a
api.o N 00000275
api.o N 00000278
api.o N 0000027e
api.o N 00000285
api.o N 0000028c
api.o N 0000028e
api.o N 00000290
api.o N 00000292
api.o N 00000294
api.o N 000002ab
api.o N 000002b0
api.o N 000002b2

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:e/hongjun/v1clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:e/hongjun/v1clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes-ctr.o T0 D
aes-ctr.o T1 D
aes-ctr.o T2 D
aes-ctr.o T3 D
aes-ctr.o partial_precompute_tworounds T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/hongjun/v1gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:e/hongjun/v1gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)