Test results for amd64, hydra5, crypto_aead/paeq128t

[Page version: 20251014 13:11:50]

Measurements for amd64, hydra5, crypto_aead Test results for amd64, hydra5, crypto_aead Test results for crypto_aead/paeq128t
Computer: hydra5
Microarchitecture: amd64; K10 32nm (300f10)
Architecture: amd64
CPU ID: AuthenticAMD-00300f10-178bfbff
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: paeq128t
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
357967914767 28 6553631685 840 66656T:refg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031220250307
183556115178 28 6553620821 840 66656T:refg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031220250307
259840174240 28 6553619020 832 66656T:refg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031220250307
264210473423 28 6553616976 816 66624T:refg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025031220250307

Compiler output


encrypt.cpp: encrypt.cpp:22: warning: ignoring '#pragma intrinsic ' [-Wunknown-pragmas]
encrypt.cpp:    22 | #pragma intrinsic(_mm_set_epi64x)
encrypt.cpp:       |
encrypt.cpp: In file included from encrypt.cpp:14:
encrypt.cpp: /usr/lib/gcc/x86_64-linux-gnu/11/include/wmmintrin.h: In function 'void DoubleFPermAsm(const __m128i*, const __m128i*, __m128i*, __m128i*)':
encrypt.cpp: /usr/lib/gcc/x86_64-linux-gnu/11/include/wmmintrin.h:61:1: error: inlining failed in call to 'always_inline' '__m128i _mm_aesenc_si128(__m128i, __m128i)': target specific option mismatch
encrypt.cpp:    61 | _mm_aesenc_si128 (__m128i __X, __m128i __Y)
encrypt.cpp:       | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:176:48: note: called from here
encrypt.cpp:   176 |                         acc7 = _mm_aesenc_si128(acc7, roundkey3);
encrypt.cpp:       |                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
encrypt.cpp: In file included from encrypt.cpp:14:
encrypt.cpp: /usr/lib/gcc/x86_64-linux-gnu/11/include/wmmintrin.h:61:1: error: inlining failed in call to 'always_inline' '__m128i _mm_aesenc_si128(__m128i, __m128i)': target specific option mismatch
encrypt.cpp:    61 | _mm_aesenc_si128 (__m128i __X, __m128i __Y)
encrypt.cpp:       | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:175:48: note: called from here
encrypt.cpp:   175 |                         acc6 = _mm_aesenc_si128(acc6, roundkey2);
encrypt.cpp:       |                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
encrypt.cpp: In file included from encrypt.cpp:14:
encrypt.cpp: /usr/lib/gcc/x86_64-linux-gnu/11/include/wmmintrin.h:61:1: error: inlining failed in call to 'always_inline' '__m128i _mm_aesenc_si128(__m128i, __m128i)': target specific option mismatch
encrypt.cpp:    61 | _mm_aesenc_si128 (__m128i __X, __m128i __Y)
encrypt.cpp:       | ^~~~~~~~~~~~~~~~
encrypt.cpp: encrypt.cpp:174:48: note: called from here
encrypt.cpp:   174 |                         acc5 = _mm_aesenc_si128(acc5, roundkey1);
encrypt.cpp:       |                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
encrypt.cpp: ...

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