Implementation notes: aarch64, a72, crypto_aead/scream12v2

Computer: a72
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20170904
Operation: crypto_aead
Primitive: scream12v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
585712? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O32017101020170904
589736? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-O22017101020170904
590336? ? ?? ? ?refgcc_-march=native_-mtune=native_-O32017101020170904
856299? ? ?? ? ?refgcc_-march=native_-mtune=native_-O22017101020170904
931274? ? ?? ? ?refgcc_-funroll-loops_-march=native_-mtune=native_-Os2017101020170904
931352? ? ?? ? ?refgcc_-march=native_-mtune=native_-Os2017101020170904

Compiler output

Implementation: crypto_aead/scream12v2/sse
Compiler: gcc -funroll-loops -march=native -mtune=native -O2
scream.c: scream.c: In function 'LBox16P':
scream.c: scream.c:16:32: warning: implicit declaration of function '__builtin_ia32_psrldi128'; did you mean '__builtin_fabsd128'? [-Wimplicit-function-declaration]
scream.c: #define shift_right(x) ((v16qi)__builtin_ia32_psrldi128((v4si)x, 4))
scream.c: ^
scream.c: scream.c:182:10: note: in expansion of macro 'shift_right'
scream.c: t0 = shift_right(in[0]) & V(0xf);
scream.c: ^~~~~~~~~~~
scream.c: scream.c:182:5: error: can't convert a value of type 'int' to vector type '__vector(16) char' which has different size
scream.c: t0 = shift_right(in[0]) & V(0xf);
scream.c: ^~
scream.c: ...
scream.c: ^~
scream.c: scream.c:320:7: error: conversion of scalar 'int' to vector 'v16qi {aka __vector(16) char}' involves truncation
scream.c: C ^= __builtin_ia32_pshufb128(table, in[3]);
scream.c: ^~
scream.c: scream.c:324:7: error: conversion of scalar 'int' to vector 'v16qi {aka __vector(16) char}' involves truncation
scream.c: B ^= __builtin_ia32_pshufb128(table, in[1]);
scream.c: ^~
scream.c: scream.c:325:7: error: conversion of scalar 'int' to vector 'v16qi {aka __vector(16) char}' involves truncation
scream.c: D ^= __builtin_ia32_pshufb128(table, in[3]);
scream.c: ^~

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