Test results for aarch64, pi3aplus, crypto_stream/aes192ctr
[Page version: 20251120 13:54:24]
Measurements for aarch64, pi3aplus, crypto_stream
Test results for aarch64, pi3aplus, crypto_stream
Test results for crypto_stream/aes192ctr
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20250922
Operation: crypto_stream
Primitive: aes192ctr
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 41681 | 452 0 0 | 16218 840 792 | T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251018 | 20250922 |
| 41751 | 684 0 0 | 13282 840 800 | T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251018 | 20250922 |
| 41762 | 496 0 0 | 12122 840 800 | T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251018 | 20250922 |
| 41799 | 456 0 0 | 11026 824 784 | T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251018 | 20250922 |
Compiler output
stream.cpp: stream.cpp:1:10: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp: 1 | #include <cryptopp/aes.h>
stream.cpp: | ^~~~~~~~~~~~~~~~
stream.cpp: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| T:cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall |