[Page version: 20250419 11:04:07]
Measurements for amd64, samba, crypto_aead Test results for amd64, samba, crypto_aead Test results for crypto_aead/aezv4Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
---|---|---|---|---|---|---|
3081 | 11990 0 0 | 35619 844 1056 | T:aesni | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3084 | 12022 0 0 | 35947 844 1088 | T:aesni | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3093 | 20022 0 0 | 43909 804 1088 | T:aesni | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3094 | 11077 0 0 | 30747 844 1024 | T:aesni | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3097 | 10912 0 0 | 31461 836 1088 | T:aesni | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3110 | 11886 0 0 | 33669 804 1088 | T:aesni | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3268 | 10367 0 0 | 29888 780 1056 | T:aesni | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
3330 | 12370 0 0 | 33572 796 1088 | T:aesni | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
249646 | 38101 0 0 | 62355 860 1088 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
250399 | 36491 0 0 | 60443 860 1056 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
322894 | 41354 0 0 | 64003 860 1024 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
498406 | 23801 0 0 | 44717 852 1088 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
569440 | 25852 0 0 | 45915 860 1024 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
583587 | 57726 0 0 | 81940 828 1088 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
694743 | 27427 0 0 | 48940 828 1088 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
747834 | 24938 0 0 | 44663 804 1056 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
812765 | 28625 0 0 | 50660 828 1088 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250309 | 20250307 |
encrypt.c: encrypt.c:182:2: error: - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO encrypt.c: #error - This implementation requires __AES__ or __ARM_FEATURE_CRYPTO encrypt.c: ^ encrypt.c: encrypt.c:211:8: error: unknown type name 'block' encrypt.c: static block zero_pad(block x, unsigned zero_bytes) { encrypt.c: ^ encrypt.c: encrypt.c:211:23: error: unknown type name 'block' encrypt.c: static block zero_pad(block x, unsigned zero_bytes) { encrypt.c: ^ encrypt.c: encrypt.c:212:12: warning: implicit declaration of function 'vand' is invalid in C99 [-Wimplicit-function-declaration] encrypt.c: return vand(x, loadu(pad + zero_bytes)); encrypt.c: ^ encrypt.c: encrypt.c:212:20: warning: implicit declaration of function 'loadu' is invalid in C99 [-Wimplicit-function-declaration] encrypt.c: return vand(x, loadu(pad + zero_bytes)); encrypt.c: ^ encrypt.c: encrypt.c:215:8: error: unknown type name 'block' encrypt.c: static block one_zero_pad(block x, unsigned one_zero_bytes) { encrypt.c: ^ encrypt.c: encrypt.c:215:27: error: unknown type name 'block' encrypt.c: static block one_zero_pad(block x, unsigned one_zero_bytes) { encrypt.c: ^ encrypt.c: encrypt.c:216:5: error: use of undeclared identifier 'block' encrypt.c: block *p = (block*)(pad + one_zero_bytes); encrypt.c: ^ encrypt.c: encrypt.c:216:12: error: use of undeclared identifier 'p' encrypt.c: ...
Implementation | Compiler |
T:aesni | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
encrypt.o aez_decrypt T encrypt.o aez_encrypt T encrypt.o aez_hash T encrypt.o aez_setup T encrypt.o cipher_aez_core T encrypt.o cipher_aez_tiny T encrypt.o pass_one T encrypt.o pass_two T encrypt.o zero_set_byte T
Implementation | Compiler |
T:aesni | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:aesni | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:aesni | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:aesni | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:aesni | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:aesni | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
blake2b.o blake2b T blake2b.o blake2b_final T blake2b.o blake2b_init T blake2b.o blake2b_update T encrypt.o Decrypt T encrypt.o Encrypt T rijndael-alg-fst.o rijndaelDecrypt T rijndael-alg-fst.o rijndaelDecryptRound T rijndael-alg-fst.o rijndaelEncrypt T rijndael-alg-fst.o rijndaelEncryptRound T rijndael-alg-fst.o rijndaelKeySetupDec T rijndael-alg-fst.o rijndaelKeySetupEnc T
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |