Test results for armeabi, h7panda, crypto_stream/snow20

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_stream Test results for armeabi, h7panda, crypto_stream Test results for crypto_stream/snow20
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: snow20

Compiler output


snow-2.0.c: In file included from snow-2.0.c:1:
snow-2.0.c: ./e/snow-2.0.c:69:41: error: call to undeclared function 'U32TO32_LITTLE'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
snow-2.0.c:    69 |         ((u32*)output)[i] = ((u32*)input)[i] ^ U32TO32_LITTLE(keystream[i]);
snow-2.0.c:       |                                                ^
snow-2.0.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:e/benchmarks/snow-2.0clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/benchmarks/snow-2.0clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/benchmarks/snow-2.0clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/benchmarks/snow-2.0clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)
T:e/benchmarks/snow-2.0clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8)

Compiler output


snow-2.0.c: In file included from snow-2.0.c:1:
snow-2.0.c: e/snow-2.0.c: In function 'crypto_stream_snow20_e_benchmarks_snow_2_0_timingleaks_ECRYPT_process_bytes':
snow-2.0.c: e/snow-2.0.c:69:48: error: implicit declaration of function 'U32TO32_LITTLE'; did you mean 'U8TO32_LITTLE'? [-Wimplicit-function-declaration]
snow-2.0.c:    69 |         ((u32*)output)[i] = ((u32*)input)[i] ^ U32TO32_LITTLE(keystream[i]);
snow-2.0.c:       |                                                ^~~~~~~~~~~~~~
snow-2.0.c:       |                                                U8TO32_LITTLE

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:e/benchmarks/snow-2.0gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:e/benchmarks/snow-2.0gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:e/benchmarks/snow-2.0gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)
T:e/benchmarks/snow-2.0gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207)