Test results for armeabi, h7panda, crypto_aead/hs1sivhiv2
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_aead
Test results for armeabi, h7panda, crypto_aead
Test results for crypto_aead/hs1sivhiv2
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_aead
Primitive: hs1sivhiv2
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 117602 | 10517 0 0 | 32031 480 912 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 123360 | 6305 0 0 | 26431 480 912 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 136244 | 7226 0 0 | 34959 476 920 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 137279 | 5954 0 0 | 33447 476 904 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 137458 | 7178 0 0 | 34735 476 920 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 149436 | 4846 0 0 | 23679 472 904 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 162295 | 5042 0 0 | 30369 472 904 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 174051 | 5510 0 0 | 30895 476 904 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
| 206927 | 5545 0 0 | 25511 480 904 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251019 | 20250922 |
Compiler output
encrypt.c: In file included from encrypt.c:192:
encrypt.c: ./c256.h:148:5: error: call to undeclared function 'vtrn1q_u32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: | ^
encrypt.c: ./c256.h:134:13: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 134 | t0l = vtrn1q_u32(x_##a,x_##b); \
encrypt.c: | ^
encrypt.c: ./c256.h:148:5: note: did you mean 'vtrnq_u32'?
encrypt.c: ./c256.h:134:13: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 134 | t0l = vtrn1q_u32(x_##a,x_##b); \
encrypt.c: | ^
encrypt.c: /usr/lib/clang/20/include/arm_neon.h:34030:51: note: 'vtrnq_u32' declared here
encrypt.c: 34030 | __ai __attribute__((target("neon"))) uint32x4x2_t vtrnq_u32(uint32x4_t __p0, uint32x4_t __p1) {
encrypt.c: | ^
encrypt.c: In file included from encrypt.c:192:
encrypt.c: ./c256.h:148:5: error: assigning to 'uint32x4_t' (vector of 4 'uint32_t' values) from incompatible type 'int'
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:134:11: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 134 | t0l = vtrn1q_u32(x_##a,x_##b); \
encrypt.c: | ^ ~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:148:5: error: call to undeclared function 'vtrn2q_u32'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
encrypt.c: ./c256.h:135:13: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 135 | t0h = vtrn2q_u32(x_##a,x_##b); \
encrypt.c: | ^
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:dolbeau/armv8crypto | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:dolbeau/armv8crypto | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:dolbeau/armv8crypto | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:dolbeau/armv8crypto | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:dolbeau/armv8crypto | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
encrypt.c: In file included from encrypt.c:192:
encrypt.c: c256.h: In function 'chacha_noxor368':
encrypt.c: c256.h:134:13: error: implicit declaration of function 'vtrn1q_u32'; did you mean 'vtrnq_u32'? [-Wimplicit-function-declaration]
encrypt.c: 134 | t0l = vtrn1q_u32(x_##a,x_##b); \
encrypt.c: | ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:134:13: error: incompatible types when assigning to type 'uint32x4_t' from type 'int'
encrypt.c: 134 | t0l = vtrn1q_u32(x_##a,x_##b); \
encrypt.c: | ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:135:13: error: implicit declaration of function 'vtrn2q_u32'; did you mean 'vtrnq_u32'? [-Wimplicit-function-declaration]
encrypt.c: 135 | t0h = vtrn2q_u32(x_##a,x_##b); \
encrypt.c: | ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: | ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:135:13: error: incompatible types when assigning to type 'uint32x4_t' from type 'int'
encrypt.c: 135 | t0h = vtrn2q_u32(x_##a,x_##b); \
encrypt.c: | ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c: 148 | ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:dolbeau/armv8crypto | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
Compiler output
hs1.c: hs1.c:663:16: warning: unused variable 'j' [-Wunused-variable]
hs1.c: 663 | unsigned i,j;
hs1.c: | ^
hs1.c: hs1.c:720:30: warning: unused variable 'kp' [-Wunused-variable]
hs1.c: 720 | const uint32_t *mp, *kp = (const uint32_t *)(ctx->nh_key);
hs1.c: | ^~
hs1.c: hs1.c:1033:30: error: call to undeclared library function 'malloc' with type 'void *(unsigned int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hs1.c: 1033 | unsigned char *tmp = malloc(abytes);
hs1.c: | ^
hs1.c: hs1.c:1033:30: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
hs1.c: hs1.c:1037:9: error: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
hs1.c: 1037 | free(tmp);
hs1.c: | ^
hs1.c: hs1.c:1037:9: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
hs1.c: 2 warnings and 2 errors generated.
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:faster | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:faster | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:faster | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:faster | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:faster | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
hs1.c: hs1.c: In function 'nh':
hs1.c: hs1.c:663:16: warning: unused variable 'j' [-Wunused-variable]
hs1.c: 663 | unsigned i,j;
hs1.c: | ^
hs1.c: hs1.c: At top level:
hs1.c: hs1.c:698:87: warning: argument 4 of type 'uint64_t *' {aka 'long long unsigned int *'} declared as a pointer [-Warray-parameter=]
hs1.c: 698 | void hash_step(const hs1_hash_ctx_t *ctx, const void *in, unsigned inbytes, uint64_t *accum) {
hs1.c: | ~~~~~~~~~~^~~~~
hs1.c: In file included from hs1.c:23:
hs1.c: hs1.h:74:14: note: previously declared as an array 'uint64_t[6]' {aka 'long long unsigned int[6]'}
hs1.c: 74 | uint64_t accum[HS1_HASH_RNDS]
hs1.c: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
hs1.c: hs1.c: In function 'hash_finalize':
hs1.c: hs1.c:720:30: warning: unused variable 'kp' [-Wunused-variable]
hs1.c: 720 | const uint32_t *mp, *kp = (const uint32_t *)(ctx->nh_key);
hs1.c: | ^~
hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: error: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
hs1.c: 1033 | unsigned char *tmp = malloc(abytes);
hs1.c: | ^~~~~~
hs1.c: hs1.c:31:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
hs1.c: 30 | #include <arm_neon.h>
hs1.c: +++ |+#include <stdlib.h>
hs1.c: 31 | #endif
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
hs1.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| T:faster | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:faster | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:faster | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:faster | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
Namespace violations
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 T
Number of similar (implementation,compiler) pairs: 9, namely:
| Implementation | Compiler |
| T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |