Implementation notes: armeabi, novenablue, crypto_encrypt/ledapkc5364

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_encrypt
Primitive: ledapkc5364

Compiler output

Implementation: portableopt
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
constant_weight_codec.c: constant_weight_codec.c:231:3: error: use of undeclared identifier '__uint128_t'
constant_weight_codec.c: __uint128_t m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c: ^
constant_weight_codec.c: constant_weight_codec.c:232:27: error: use of undeclared identifier 'm'
constant_weight_codec.c: uint64_t l = (uint64_t) m;
constant_weight_codec.c: ^
constant_weight_codec.c: constant_weight_codec.c:237:7: error: use of undeclared identifier 'm'
constant_weight_codec.c: m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c: ^
constant_weight_codec.c: constant_weight_codec.c:237:12: error: use of undeclared identifier '__uint128_t'
constant_weight_codec.c: m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c: ^
constant_weight_codec.c: constant_weight_codec.c:238:22: error: use of undeclared identifier 'm'
constant_weight_codec.c: l = (uint64_t) m;
constant_weight_codec.c: ^
constant_weight_codec.c: constant_weight_codec.c:241:10: error: use of undeclared identifier 'm'
constant_weight_codec.c: return m >> 64;
constant_weight_codec.c: ^
constant_weight_codec.c: 6 errors generated.

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE portableopt
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE portableopt
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE portableopt
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE portableopt
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE portableopt

Compiler output

Implementation: portableopt
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
H_Q_matrices_generation.c: In file included from gf2x_arith_mod_xPplusOne.h:39:0,
H_Q_matrices_generation.c: from H_Q_matrices_generation.c:32:
H_Q_matrices_generation.c: gf2x_arith.h: In function 'gf2x_add':
H_Q_matrices_generation.c: gf2x_arith.h:128:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for (unsigned i = 0; i < nr; i++)
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: gf2x_arith.h:128:4: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
H_Q_matrices_generation.c: In file included from H_Q_matrices_generation.c:32:0:
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h: In function 'population_count':
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h:140:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for(int i = NUM_DIGITS_GF2X_ELEMENT - 1; i >= 0; i--) {
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h: In function 'expand_error':
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h:221:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for(int i = 0; i < NUM_ERRORS_T; i++){
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h:229:4: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for(int poly_to_set_idx = 0; poly_to_set_idx < N0 ; poly_to_set_idx++){
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h:230:6: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for(int digit_to_set_idx = 0; digit_to_set_idx < NUM_DIGITS_GF2X_ELEMENT; digit_to_set_idx++){
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: gf2x_arith_mod_xPplusOne.h:231:8: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
H_Q_matrices_generation.c: for(int i = 0; i < NUM_ERRORS_T; i++){
H_Q_matrices_generation.c: ^
H_Q_matrices_generation.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE portableopt
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE portableopt
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE portableopt
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE portableopt