Implementation notes: aarch64, par3, crypto_aead/kiasuneq128v1

Computer: par3
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170718
Operation: crypto_aead
Primitive: kiasuneq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
312013? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017072020170718
321531? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017072020170718
327431? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017072020170718
362639? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017072020170718
395322? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017072020170718
517555? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017072020170718

Compiler output

Implementation: crypto_aead/kiasuneq128v1/bitslice
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Auth; /* Auth value during the mode */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Checksum; /* Checksum on the plaintext blocks */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block PaddedBlock; /* Padded blocks if needed, otherwise the zero bock */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c: ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: ^~~~~
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c: ALIGN(16) __m128i tmpblock;
kiasu.c: ^~~~~~~
kiasu.c: kiasu.c:271:10: error: 'block' undeclared (first use in this function); did you mean 'lockf'?
kiasu.c: adp = (block *)ad;
kiasu.c: ^~~~~
kiasu.c: lockf
kiasu.c: kiasu.c:271:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:271:17: error: expected expression before ')' token
kiasu.c: ...

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 bitslice
gcc -funroll-loops -march=native -mtune=native -O3 bitslice
gcc -funroll-loops -march=native -mtune=native -Os bitslice
gcc -march=native -mtune=native -O2 bitslice
gcc -march=native -mtune=native -O3 bitslice
gcc -march=native -mtune=native -Os bitslice

Compiler output

Implementation: crypto_aead/kiasuneq128v1/opt
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
kiasu.c: kiasu.c:26:10: fatal error: xmmintrin.h: No such file or directory
kiasu.c: #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
kiasu.c: ^~~~~~~~~~~~~
kiasu.c: compilation terminated.

Number of similar (compiler,implementation) pairs: 6, namely:
CompilerImplementations
gcc -funroll-loops -march=native -mtune=native -O2 opt
gcc -funroll-loops -march=native -mtune=native -O3 opt
gcc -funroll-loops -march=native -mtune=native -Os opt
gcc -march=native -mtune=native -O2 opt
gcc -march=native -mtune=native -O3 opt
gcc -march=native -mtune=native -Os opt