Test results for armeabi, berry2, crypto_encrypt/ledapkc5464

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_encrypt Test results for armeabi, berry2, crypto_encrypt Test results for crypto_encrypt/ledapkc5464
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_encrypt
Primitive: ledapkc5464

Compiler output


constant_weight_codec.c: constant_weight_codec.c: In function 'rand_range_cwenc':
constant_weight_codec.c: constant_weight_codec.c:231:3: error: unknown type name '__uint128_t'; did you mean '__uint32_t'?
constant_weight_codec.c:   231 |   __uint128_t m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c:       |   ^~~~~~~~~~~
constant_weight_codec.c:       |   __uint32_t
constant_weight_codec.c: constant_weight_codec.c:231:20: error: '__uint128_t' undeclared (first use in this function); did you mean '__uint32_t'?
constant_weight_codec.c:   231 |   __uint128_t m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c:       |                    ^~~~~~~~~~~
constant_weight_codec.c:       |                    __uint32_t
constant_weight_codec.c: constant_weight_codec.c:231:20: note: each undeclared identifier is reported only once for each function it appears in
constant_weight_codec.c: constant_weight_codec.c:231:33: error: expected ',' or ';' before 'x'
constant_weight_codec.c:   231 |   __uint128_t m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c:       |                                 ^
constant_weight_codec.c: constant_weight_codec.c:237:24: error: expected ';' before 'x'
constant_weight_codec.c:   237 |       m = (__uint128_t) x * (__uint128_t) s;
constant_weight_codec.c:       |                        ^~
constant_weight_codec.c:       |                        ;
constant_weight_codec.c: constant_weight_codec.c:241:12: warning: right shift count >= width of type [-Wshift-count-overflow]
constant_weight_codec.c:   241 |   return m >> 64;
constant_weight_codec.c:       |            ^~

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