Implementation notes: aarch64, lionheart30, crypto_aead/pi16cipher128v2

Computer: lionheart30
Architecture: aarch64
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: pi16cipher128v2
TimeImplementationCompilerBenchmark dateSUPERCOP version
199763goptvgcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
231223goptvgcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
248098goptvgcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
404802goptvgcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
598892ref2gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
716468ref3gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv2016082020160806
748118ref3gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
786754ref3clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
841537ref3gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806
942801ref3gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
1724859ref2clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082020160806
2837687ref2gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv2016082020160806
2912080ref2gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv2016082020160806
3070604ref2gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv2016082020160806

Test failure

Implementation: crypto_aead/pi16cipher128v2/optimized_nonSSE
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
error 111
crypto_aead_encrypt returns more than crypto_aead_ABYTES extra bytes

Number of similar (compiler,implementation) pairs: 10, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments optimized_nonSSE ref
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv optimized_nonSSE ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv optimized_nonSSE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv optimized_nonSSE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv optimized_nonSSE ref

Compiler output

Implementation: crypto_aead/pi16cipher128v2/goptv
Compiler: clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
pi-cipher.c: pi-cipher.c:273:15: error: can't convert between vector values of different size ('qword_t' and 'uint8_t' (aka 'unsigned char'))
pi-cipher.c: return (x gt;>gt; ((PI_WORD_SIZE) - n));
pi-cipher.c: ~ ^ ~
pi-cipher.c: pi-cipher.c:273:26: error: can't convert between vector values of different size ('qword_t' and 'int')
pi-cipher.c: return (x gt;>gt; ((PI_WORD_SIZE) - n));
pi-cipher.c: ~ ^ ~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:286:9: error: use of unknown builtin '__builtin_shuffle' [-Wimplicit-function-declaration]
pi-cipher.c: n_t += __builtin_shuffle(y, g_mask);
pi-cipher.c: ^
pi-cipher.c: pi-cipher.c:286:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: n_t += __builtin_shuffle(y, g_mask);
pi-cipher.c: ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:287:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: n_t += __builtin_shuffle(y, n_mask);
pi-cipher.c: ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:290:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: n_t ^= __builtin_shuffle(n_t, n_x_1) ^ __builtin_shuffle(n_t, n_x_2);
pi-cipher.c: ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:305:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: m_t += __builtin_shuffle(x, g_mask);
pi-cipher.c: ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:306:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: m_t += __builtin_shuffle(x, m_mask);
pi-cipher.c: ~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
pi-cipher.c: pi-cipher.c:309:6: error: can't convert between vector values of different size ('vchunk_t' and 'int')
pi-cipher.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments goptv