Test results for armeabi, berry0, crypto_aead/aezv3

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/aezv3
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: aezv3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
481400544692 0 064591 364 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
543139424836 0 043083 364 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
548542637900 0 058804 392 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
553335836232 0 062260 392 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
594794537984 0 058944 392 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
606581724092 0 042175 364 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
630835723776 0 047906 388 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
692274423404 0 041727 356 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
750375523940 0 047682 388 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909

Compiler output


aez_ni.c: In file included from aez_ni.c:37:
aez_ni.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/emmintrin.h:13:
aez_ni.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
aez_ni.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aez_ni.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
aez_ni.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


aez_ni.c: aez_ni.c:37:10: fatal error: emmintrin.h: No such file or directory
aez_ni.c:    37 | #include <emmintrin.h>
aez_ni.c:       |          ^~~~~~~~~~~~~
aez_ni.c: compilation terminated.

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

Namespace violations


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 0
aez_ref.o N 109
aez_ref.o N 10d
aez_ref.o N 116
aez_ref.o N 118
aez_ref.o N 11f
aez_ref.o N 125
aez_ref.o N 128
aez_ref.o N 130
aez_ref.o N 134
aez_ref.o N 139
aez_ref.o N 14c
aez_ref.o N 14e
aez_ref.o N 152
aez_ref.o N 154
aez_ref.o N 15e
aez_ref.o N 163
aez_ref.o N 168
aez_ref.o N 16a
aez_ref.o N 16e
aez_ref.o N 177
aez_ref.o N 17f
aez_ref.o N 18d
aez_ref.o N 191
aez_ref.o N 1a5
aez_ref.o N 1b0
aez_ref.o N 1b4
aez_ref.o N 1bf
aez_ref.o N 1c1
aez_ref.o N 1c3
aez_ref.o N 1c5
aez_ref.o N 1cb
aez_ref.o N 1d7
aez_ref.o N 1de
aez_ref.o N 1f3
aez_ref.o N 200
aez_ref.o N 204
aez_ref.o N 20c
aez_ref.o N 214
aez_ref.o N 21b
aez_ref.o N 223
aez_ref.o N 24d
aez_ref.o N 25
aez_ref.o N 277
aez_ref.o N 279
aez_ref.o N 284
aez_ref.o N 28c
aez_ref.o N 294
aez_ref.o N 296
aez_ref.o N 29a
aez_ref.o N 29c
aez_ref.o N 2a3
aez_ref.o N 2a5
aez_ref.o N 2ac
aez_ref.o N 2b3
aez_ref.o N 2bb
aez_ref.o N 2be
aez_ref.o N 2c0
aez_ref.o N 2c7
aez_ref.o N 2cb
aez_ref.o N 2cd
aez_ref.o N 2d3
aez_ref.o N 2d7
aez_ref.o N 2de
aez_ref.o N 2e0
aez_ref.o N 2e5
aez_ref.o N 2f
aez_ref.o N 2fc
aez_ref.o N 2fe
aez_ref.o N 303
aez_ref.o N 308
aez_ref.o N 30e
aez_ref.o N 311
aez_ref.o N 316
aez_ref.o N 319
aez_ref.o N 31c
aez_ref.o N 31e
aez_ref.o N 320
aez_ref.o N 322
aez_ref.o N 32a
aez_ref.o N 333
aez_ref.o N 337
aez_ref.o N 33d
aez_ref.o N 33f
aez_ref.o N 341
aez_ref.o N 343
aez_ref.o N 347
aez_ref.o N 34c
aez_ref.o N 34e
aez_ref.o N 355
aez_ref.o N 35a
aez_ref.o N 35c
aez_ref.o N 35e
aez_ref.o N 367
aez_ref.o N 36f
aez_ref.o N e9
aez_ref.o N f7
aez_ref.o N fc
rijndael-alg-fst.o N 0
rijndael-alg-fst.o N 103
rijndael-alg-fst.o N 107
rijndael-alg-fst.o N 11b
rijndael-alg-fst.o N 120
rijndael-alg-fst.o N 124
rijndael-alg-fst.o N 128
rijndael-alg-fst.o N 12c
rijndael-alg-fst.o N 130
rijndael-alg-fst.o N 134
rijndael-alg-fst.o N 138
rijndael-alg-fst.o N 13c
rijndael-alg-fst.o N 140
rijndael-alg-fst.o N 144
rijndael-alg-fst.o N 152
rijndael-alg-fst.o N 155
rijndael-alg-fst.o N 169
rijndael-alg-fst.o N 16d
rijndael-alg-fst.o N 181
rijndael-alg-fst.o N 191
rijndael-alg-fst.o N 1a1
rijndael-alg-fst.o N 1b6
rijndael-alg-fst.o N 1cb
rijndael-alg-fst.o N 1ce
rijndael-alg-fst.o N 1d8
rijndael-alg-fst.o N 1e0
rijndael-alg-fst.o N 1e2
rijndael-alg-fst.o N 1e7
rijndael-alg-fst.o N 1ea
rijndael-alg-fst.o N 1ec
rijndael-alg-fst.o N 1ef
rijndael-alg-fst.o N 1f2
rijndael-alg-fst.o N 1f5
rijndael-alg-fst.o N 1f7
rijndael-alg-fst.o N 1fa
rijndael-alg-fst.o N 1fd
rijndael-alg-fst.o N 200
rijndael-alg-fst.o N 203
rijndael-alg-fst.o N 206
rijndael-alg-fst.o N 209
rijndael-alg-fst.o N 20c
rijndael-alg-fst.o N 212
rijndael-alg-fst.o N 25
rijndael-alg-fst.o N 38
rijndael-alg-fst.o N f2
rijndael-alg-fst.o N f6
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 0
aez_ref.o N 108
aez_ref.o N 10c
aez_ref.o N 111
aez_ref.o N 126
aez_ref.o N 12e
aez_ref.o N 136
aez_ref.o N 13d
aez_ref.o N 146
aez_ref.o N 14e
aez_ref.o N 157
aez_ref.o N 181
aez_ref.o N 1ab
aez_ref.o N 1be
aez_ref.o N 1c0
aez_ref.o N 1ca
aez_ref.o N 1d2
aez_ref.o N 1de
aez_ref.o N 1e9
aez_ref.o N 1f6
aez_ref.o N 1fe
aez_ref.o N 206
aez_ref.o N 20c
aez_ref.o N 220
aez_ref.o N 222
aez_ref.o N 229
aez_ref.o N 22b
aez_ref.o N 232
aez_ref.o N 236
aez_ref.o N 238
aez_ref.o N 23f
aez_ref.o N 241
aez_ref.o N 248
aez_ref.o N 24f
aez_ref.o N 25
aez_ref.o N 257
aez_ref.o N 25a
aez_ref.o N 25c
aez_ref.o N 25e
aez_ref.o N 262
aez_ref.o N 269
aez_ref.o N 26d
aez_ref.o N 26f
aez_ref.o N 271
aez_ref.o N 277
aez_ref.o N 27d
aez_ref.o N 27f
aez_ref.o N 283
aez_ref.o N 286
aez_ref.o N 28a
aez_ref.o N 292
aez_ref.o N 299
aez_ref.o N 29b
aez_ref.o N 2a0
aez_ref.o N 2b7
aez_ref.o N 2b9
aez_ref.o N 2bb
aez_ref.o N 2c0
aez_ref.o N 2c5
aez_ref.o N 2cb
aez_ref.o N 2ce
aez_ref.o N 2d3
aez_ref.o N 2d5
aez_ref.o N 2d9
aez_ref.o N 2e7
aez_ref.o N 2ea
aez_ref.o N 2ed
aez_ref.o N 2ef
aez_ref.o N 2f
aez_ref.o N 2f1
aez_ref.o N 2f3
aez_ref.o N 2fb
aez_ref.o N 2ff
aez_ref.o N 308
aez_ref.o N 30c
aez_ref.o N 310
aez_ref.o N 316
aez_ref.o N 31b
aez_ref.o N 320
aez_ref.o N 322
aez_ref.o N 32d
aez_ref.o N 338
aez_ref.o N 33a
aez_ref.o N 33c
aez_ref.o N 340
aez_ref.o N 342
aez_ref.o N 346
aez_ref.o N 34b
aez_ref.o N 34d
aez_ref.o N 354
aez_ref.o N 359
aez_ref.o N 35b
aez_ref.o N 35d
aez_ref.o N 366
aez_ref.o N 36e
aez_ref.o N e8
aez_ref.o N f6
aez_ref.o N fb
rijndael-alg-fst.o N 0
rijndael-alg-fst.o N 102
rijndael-alg-fst.o N 106
rijndael-alg-fst.o N 11a
rijndael-alg-fst.o N 11f
rijndael-alg-fst.o N 123
rijndael-alg-fst.o N 127
rijndael-alg-fst.o N 12b
rijndael-alg-fst.o N 12f
rijndael-alg-fst.o N 133
rijndael-alg-fst.o N 137
rijndael-alg-fst.o N 13b
rijndael-alg-fst.o N 13f
rijndael-alg-fst.o N 143
rijndael-alg-fst.o N 151
rijndael-alg-fst.o N 154
rijndael-alg-fst.o N 168
rijndael-alg-fst.o N 16c
rijndael-alg-fst.o N 180
rijndael-alg-fst.o N 190
rijndael-alg-fst.o N 1a0
rijndael-alg-fst.o N 1b5
rijndael-alg-fst.o N 1ca
rijndael-alg-fst.o N 1cd
rijndael-alg-fst.o N 1d7
rijndael-alg-fst.o N 1df
rijndael-alg-fst.o N 1e1
rijndael-alg-fst.o N 1e6
rijndael-alg-fst.o N 1e9
rijndael-alg-fst.o N 1eb
rijndael-alg-fst.o N 1ee
rijndael-alg-fst.o N 1f1
rijndael-alg-fst.o N 1f4
rijndael-alg-fst.o N 1f7
rijndael-alg-fst.o N 1fa
rijndael-alg-fst.o N 1fc
rijndael-alg-fst.o N 1ff
rijndael-alg-fst.o N 202
rijndael-alg-fst.o N 205
rijndael-alg-fst.o N 208
rijndael-alg-fst.o N 20b
rijndael-alg-fst.o N 211
rijndael-alg-fst.o N 25
rijndael-alg-fst.o N 38
rijndael-alg-fst.o N f1
rijndael-alg-fst.o N f5
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


aez_ref.o Decrypt T
aez_ref.o Encrypt T
aez_ref.o N 0
aez_ref.o N 108
aez_ref.o N 10c
aez_ref.o N 115
aez_ref.o N 117
aez_ref.o N 11e
aez_ref.o N 124
aez_ref.o N 127
aez_ref.o N 12f
aez_ref.o N 133
aez_ref.o N 138
aez_ref.o N 14b
aez_ref.o N 14d
aez_ref.o N 151
aez_ref.o N 153
aez_ref.o N 15d
aez_ref.o N 162
aez_ref.o N 167
aez_ref.o N 169
aez_ref.o N 16d
aez_ref.o N 176
aez_ref.o N 17e
aez_ref.o N 18c
aez_ref.o N 190
aez_ref.o N 1a4
aez_ref.o N 1af
aez_ref.o N 1b3
aez_ref.o N 1be
aez_ref.o N 1c0
aez_ref.o N 1c2
aez_ref.o N 1c4
aez_ref.o N 1ca
aez_ref.o N 1d6
aez_ref.o N 1dd
aez_ref.o N 1f2
aez_ref.o N 1ff
aez_ref.o N 203
aez_ref.o N 20b
aez_ref.o N 213
aez_ref.o N 21a
aez_ref.o N 222
aez_ref.o N 24c
aez_ref.o N 25
aez_ref.o N 276
aez_ref.o N 278
aez_ref.o N 283
aez_ref.o N 28b
aez_ref.o N 293
aez_ref.o N 295
aez_ref.o N 299
aez_ref.o N 29b
aez_ref.o N 2a2
aez_ref.o N 2a4
aez_ref.o N 2ab
aez_ref.o N 2b2
aez_ref.o N 2ba
aez_ref.o N 2bd
aez_ref.o N 2bf
aez_ref.o N 2c6
aez_ref.o N 2ca
aez_ref.o N 2cc
aez_ref.o N 2d2
aez_ref.o N 2d6
aez_ref.o N 2dd
aez_ref.o N 2df
aez_ref.o N 2e4
aez_ref.o N 2f
aez_ref.o N 2fb
aez_ref.o N 2fd
aez_ref.o N 302
aez_ref.o N 307
aez_ref.o N 30d
aez_ref.o N 310
aez_ref.o N 315
aez_ref.o N 318
aez_ref.o N 31b
aez_ref.o N 31d
aez_ref.o N 31f
aez_ref.o N 321
aez_ref.o N 329
aez_ref.o N 332
aez_ref.o N 336
aez_ref.o N 33c
aez_ref.o N 33e
aez_ref.o N 340
aez_ref.o N 342
aez_ref.o N 346
aez_ref.o N 34b
aez_ref.o N 34d
aez_ref.o N 354
aez_ref.o N 359
aez_ref.o N 35b
aez_ref.o N 35d
aez_ref.o N 36a
aez_ref.o N 373
aez_ref.o N e8
aez_ref.o N f6
aez_ref.o N fb
rijndael-alg-fst.o N 0
rijndael-alg-fst.o N 102
rijndael-alg-fst.o N 106
rijndael-alg-fst.o N 11a
rijndael-alg-fst.o N 11f
rijndael-alg-fst.o N 123
rijndael-alg-fst.o N 127
rijndael-alg-fst.o N 12b
rijndael-alg-fst.o N 12f
rijndael-alg-fst.o N 133
rijndael-alg-fst.o N 137
rijndael-alg-fst.o N 13b
rijndael-alg-fst.o N 13f
rijndael-alg-fst.o N 143
rijndael-alg-fst.o N 151
rijndael-alg-fst.o N 154
rijndael-alg-fst.o N 168
rijndael-alg-fst.o N 16c
rijndael-alg-fst.o N 180
rijndael-alg-fst.o N 190
rijndael-alg-fst.o N 1a0
rijndael-alg-fst.o N 1b5
rijndael-alg-fst.o N 1ca
rijndael-alg-fst.o N 1cd
rijndael-alg-fst.o N 1d7
rijndael-alg-fst.o N 1df
rijndael-alg-fst.o N 1e1
rijndael-alg-fst.o N 1e6
rijndael-alg-fst.o N 1e9
rijndael-alg-fst.o N 1eb
rijndael-alg-fst.o N 1ee
rijndael-alg-fst.o N 1f1
rijndael-alg-fst.o N 1f4
rijndael-alg-fst.o N 1f6
rijndael-alg-fst.o N 1f9
rijndael-alg-fst.o N 1fc
rijndael-alg-fst.o N 1ff
rijndael-alg-fst.o N 202
rijndael-alg-fst.o N 205
rijndael-alg-fst.o N 208
rijndael-alg-fst.o N 20b
rijndael-alg-fst.o N 211
rijndael-alg-fst.o N 25
rijndael-alg-fst.o N 38
rijndael-alg-fst.o N f1
rijndael-alg-fst.o N f5
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


aez_ref.o Decrypt T
aez_ref.o Encrypt T
rijndael-alg-fst.o rijndaelDecrypt T
rijndael-alg-fst.o rijndaelDecryptRound T
rijndael-alg-fst.o rijndaelEncrypt T
rijndael-alg-fst.o rijndaelEncryptRound T
rijndael-alg-fst.o rijndaelKeySetupDec T
rijndael-alg-fst.o rijndaelKeySetupEnc T

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