Test results for armeabi, h7panda, crypto_stream/aes128ctr

[Page version: 20260131 15:44:05]

Measurements for armeabi, h7panda, crypto_stream Test results for armeabi, h7panda, crypto_stream Test results for crypto_stream/aes128ctr
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: aes128ctr
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
46636424 0 015598 496 872T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46663604 0 015310 496 880T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46695464 0 013606 496 872T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46727452 0 013218 492 872T:opensslgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46845424 0 017478 496 872T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46857424 0 015352 492 872T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46889424 0 021950 496 888T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
46975424 0 021758 496 888T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
47029456 0 013710 496 880T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7892138870 1404 01576846 71901 12088T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7905720089 1404 01556698 71905 12088T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7906914040 2440 01562269 73061 12088T:cryptoppclang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7962521096 1404 01557831 71889 12088T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7965111351 1036 01559493 71881 12088T:cryptoppclang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
7982811463 1036 01563897 71881 12104T:cryptoppclang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
8034512795 1840 01548042 72665 12088T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025101520250922
807698368 744 01555462 71877 12088T:cryptoppclang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025101520250922

Compiler output


stream.c: stream.c:6:9: warning: 'crypto_stream_beforenm' macro redefined [-Wmacro-redefined]
stream.c:     6 | #define crypto_stream_beforenm CRYPTO_NAMESPACE(beforenm)
stream.c:       |         ^
stream.c: ./crypto_stream.h:8:9: note: previous definition is here
stream.c:     8 | #define crypto_stream_beforenm crypto_stream_aes128ctr_beforenm
stream.c:       |         ^
stream.c: 1 warning generated.
crypto_stream_afternm.S: crypto_stream_afternm.S:12254:29: error: expected '%<type>' or "<type>"
crypto_stream_afternm.S: .section .note.GNU-stack,"",@progbits
crypto_stream_afternm.S:                             ^

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

Compiler output


stream.c: stream.c:6:9: warning: "crypto_stream_beforenm" redefined
stream.c:     6 | #define crypto_stream_beforenm CRYPTO_NAMESPACE(beforenm)
stream.c:       |         ^~~~~~~~~~~~~~~~~~~~~~
stream.c: In file included from stream.c:1:
stream.c: crypto_stream.h:8:9: note: this is the location of the previous definition
stream.c:     8 | #define crypto_stream_beforenm crypto_stream_aes128ctr_beforenm
stream.c:       |         ^~~~~~~~~~~~~~~~~~~~~~
crypto_stream_afternm.S: crypto_stream_afternm.S: Assembler messages:
crypto_stream_afternm.S: crypto_stream_afternm.S:12254: Error: junk at end of line, first unrecognized character is `,'

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