Test results for amd64, h9ivy, crypto_encode/857x5167
[Page version: 20250926 22:04:25]
Measurements for amd64, h9ivy, crypto_encode
Test results for amd64, h9ivy, crypto_encode
Test results for crypto_encode/857x5167
Computer: h9ivy
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20250922
Operation: crypto_encode
Primitive: 857x5167
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1542 | 3149 0 0 | 17061 820 904 | portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
1544 | 2701 0 0 | 17093 820 904 | portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
2146 | 2576 0 0 | 14076 780 968 | portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
2322 | 2450 0 0 | 18837 820 904 | portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
3150 | 782 0 0 | 11012 780 968 | portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
3236 | 716 0 0 | 10725 820 904 | portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
3317 | 658 0 0 | 10502 812 904 | portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
3558 | 817 0 0 | 11011 772 968 | portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
4845 | 622 0 0 | 9551 756 936 | portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
7800 | 1721 0 0 | 18093 820 904 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
7826 | 1767 0 0 | 16229 820 904 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
7866 | 1767 0 0 | 15749 820 904 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
7964 | 679 0 0 | 12204 780 968 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
10184 | 528 0 0 | 10517 820 904 | ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
10336 | 593 0 0 | 10828 780 968 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
10779 | 636 0 0 | 10859 772 968 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
11048 | 500 0 0 | 9415 756 936 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
12232 | 623 0 0 | 10438 812 904 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250821 | 20250415 |
Compiler output
encode.c: encode.c:37:9: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 37 | x = _mm256_add_epi16(x,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:38:10: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 38 | x2 = _mm256_add_epi16(x2,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:43:9: error: always_inline function '_mm256_srli_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 43 | x = _mm256_srli_epi32(x,16);
encode.c: | ^
encode.c: encode.c:44:10: error: always_inline function '_mm256_srli_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 44 | x2 = _mm256_srli_epi32(x2,16);
encode.c: | ^
encode.c: encode.c:45:9: error: always_inline function '_mm256_mullo_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 45 | x = _mm256_mullo_epi32(x,_mm256_set1_epi32(5167));
encode.c: | ^
encode.c: encode.c:46:10: error: always_inline function '_mm256_mullo_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 46 | x2 = _mm256_mullo_epi32(x2,_mm256_set1_epi32(5167));
encode.c: | ^
encode.c: encode.c:47:9: error: always_inline function '_mm256_add_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 47 | x = _mm256_add_epi32(y,x);
encode.c: | ^
encode.c: encode.c:48:10: error: always_inline function '_mm256_add_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 48 | x2 = _mm256_add_epi32(y2,x2);
encode.c: | ^
encode.c: encode.c:49:9: error: always_inline function '_mm256_shuffle_epi8' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
avx | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
avx | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
avx | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
avx | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
encode.c: encode.c:35:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx'
encode.c: 35 | x = _mm256_loadu_si256((__m256i *) (reading+0));
encode.c: | ^
encode.c: encode.c:35:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:36:10: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx'
encode.c: 36 | x2 = _mm256_loadu_si256((__m256i *) (reading+16));
encode.c: | ^
encode.c: encode.c:36:10: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:37:28: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx'
encode.c: 37 | x = _mm256_add_epi16(x,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:37:28: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:37:9: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 37 | x = _mm256_add_epi16(x,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:37:9: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:38:30: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx'
encode.c: 38 | x2 = _mm256_add_epi16(x2,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:38:30: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:38:10: error: always_inline function '_mm256_add_epi16' requires target feature 'avx2', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx2'
encode.c: 38 | x2 = _mm256_add_epi16(x2,_mm256_set1_epi16(2583));
encode.c: | ^
encode.c: encode.c:38:10: error: AVX vector argument of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
encode.c: encode.c:39:10: error: always_inline function '_mm256_set1_epi16' requires target feature 'avx', but would be inlined into function 'crypto_encode_857x5167_avx_constbranchindex' that is compiled without support for 'avx'
encode.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
Compiler output
encode.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/14/include/immintrin.h:53,
encode.c: from encode.c:4:
encode.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h: In function 'crypto_encode_857x5167_avx_constbranchindex':
encode.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:1071:1: error: inlining failed in call to 'always_inline' '_mm256_permute4x64_epi64': target specific option mismatch
encode.c: 1071 | _mm256_permute4x64_epi64 (__m256i __X, const int __M)
encode.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
encode.c: encode.c:58:10: note: called from here
encode.c: 58 | x2 = _mm256_permute4x64_epi64(x2,0xd8);
encode.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encode.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:1071:1: error: inlining failed in call to 'always_inline' '_mm256_permute4x64_epi64': target specific option mismatch
encode.c: 1071 | _mm256_permute4x64_epi64 (__m256i __X, const int __M)
encode.c: | ^~~~~~~~~~~~~~~~~~~~~~~~
encode.c: encode.c:57:9: note: called from here
encode.c: 57 | x = _mm256_permute4x64_epi64(x,0xd8);
encode.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encode.c: /usr/lib/gcc/x86_64-linux-gnu/14/include/avx2intrin.h:588:1: error: inlining failed in call to 'always_inline' '_mm256_shuffle_epi8': target specific option mismatch
encode.c: 588 | _mm256_shuffle_epi8 (__m256i __X, __m256i __Y)
encode.c: | ^~~~~~~~~~~~~~~~~~~
encode.c: encode.c:53:10: note: called from here
encode.c: 53 | x2 = _mm256_shuffle_epi8(x2,_mm256_set_epi8(
encode.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encode.c: 54 | 15,14,11,10,7,6,3,2,13,12,9,8,5,4,1,0,
encode.c: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encode.c: 55 | 15,14,11,10,7,6,3,2,13,12,9,8,5,4,1,0
encode.c: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encode.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
avx | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Passed TIMECOP
TIMECOP iterations: 10
Number of similar (implementation,compiler) pairs: 18, namely:
Implementation | Compiler |
portable | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
portable | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
portable | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
portable | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
portable | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
portable | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
portable | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
portable | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
portable | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3+b1)) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |