Test results for amd64, speed2supercop, crypto_aead/aes128poetv2aes128ni
[Page version: 20250318 22:34:28]
Measurements for amd64, speed2supercop, crypto_aead
Test results for amd64, speed2supercop, crypto_aead
Test results for crypto_aead/aes128poetv2aes128ni
Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20250307
Operation: crypto_aead
Primitive: aes128poetv2aes128ni
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
21356 | 14034 0 0 | 32462 808 920 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
21360 | 14034 0 0 | 32398 808 920 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
23288 | 10894 0 0 | 25431 800 920 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
23620 | 14877 0 0 | 28414 808 856 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
24744 | 10801 0 0 | 26677 768 928 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
24768 | 10789 0 0 | 24821 768 928 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
27508 | 7411 0 0 | 19848 744 896 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
30660 | 8738 0 0 | 22644 760 928 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250311 | 20250307 |
Compiler output
poet.c: poet.c:491:29: error: '__builtin_ia32_vec_set_v16qi' needs target feature sse4.1
poet.c: 491 | ctx->y = vxor(ctx->tau, one);
poet.c: | ^
poet.c: poet.c:47:24: note: expanded from macro 'one'
poet.c: 47 | #define one _mm_insert_epi8(zero, 1, 15)
poet.c: | ^
poet.c: /usr/lib/llvm-19/lib/clang/19/include/smmintrin.h:923:13: note: expanded from macro '_mm_insert_epi8'
poet.c: 923 | ((__m128i)__builtin_ia32_vec_set_v16qi((__v16qi)(__m128i)(X), (int)(I), \
poet.c: | ^
poet.c: 1 error generated.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(1+b1)) |
Compiler output
poet.c: In file included from poet.c:31:
poet.c: In function '_mm_xor_si128',
poet.c: inlined from 'encrypt_final' at poet.c:676:13:
poet.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/emmintrin.h:1335:21: warning: 'z' may be used uninitialized [-Wmaybe-uninitialized]
poet.c: 1335 | return (__m128i) ((__v2du)__A ^ (__v2du)__B);
poet.c: | ^~~~~~~~~~~
poet.c: poet.c: In function 'encrypt_final':
poet.c: poet.c:633:13: note: 'z' was declared here
poet.c: 633 | __m128i z;
poet.c: | ^
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
poet.o decrypt_final T
poet.o encrypt_final T
poet.o keysetup T
poet.o keysetup_encrypt_only T
poet.o process_header T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(1+b1)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(1+b1)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(1+b1)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(1+b1)) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |