Implementation notes: armeabi, odroid, crypto_aead/aes256gcmv1

Computer: odroid
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20160806
Operation: crypto_aead
Primitive: aes256gcmv1
TimeImplementationCompilerBenchmark dateSUPERCOP version
163979opensslgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
164172opensslclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
164210opensslgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806
164240opensslgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
164403opensslgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806
7831780refclang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments2016082420160806
8027096refgcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv2016082420160806
28586772refgcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv2016082420160806
29666757refgcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv2016082420160806
31408659refgcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv2016082420160806

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_encrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::SimpleKeyingInterface'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::SimpleKeyingInterface'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::SimpleKeyingInterface::SetKeyWithIV(unsigned char const*, unsigned int, unsigned char const*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::StringSinkTemplategt;, std::allocatorgt; >gt; >gt;'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::StringSinkTemplategt;, std::allocatorgt; >gt; >gt;'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::AuthenticatedEncryptionFilter(CryptoPP::AuthenticatedSymmetricCipher&, CryptoPP::BufferedTransformation*, bool, int, std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::AuthenticatedEncryptionFilter'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::AuthenticatedEncryptionFilter'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::Rijndael::Base'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::Rijndael::Base'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::AuthenticatedEncryptionFilter'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `vtable for CryptoPP::AuthenticatedEncryptionFilter'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments cryptopp

Compiler output

Implementation: crypto_aead/aes256gcmv1/dolbeau/armv8crypto
Compiler: clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
armv8crypto.c: armv8crypto.c:84:10: warning: implicit declaration of function 'vaeseq_u8' is invalid in C99 [-Wimplicit-function-declaration]
armv8crypto.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:84:8: error: assigning to 'uint8x16_t' (vector of 16 'uint8_t' values) from incompatible type 'int'
armv8crypto.c: temp = vaeseq_u8(temp, vld1q_u8((rkeys+208)));
armv8crypto.c: ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:239:1: error: invalid conversion between vector type 'uint32x4_t' (vector of 4 'uint32_t' values) and integer type 'int' of different size
armv8crypto.c: FUNC(2, MAKE2)
armv8crypto.c: ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:234:11: note: expanded from macro 'FUNC'
armv8crypto.c: MAKEN(AESENCLASTx); \
armv8crypto.c: ~~~~~~^~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:191:3: note: expanded from macro 'MAKE2'
armv8crypto.c: X(0);X(1)
armv8crypto.c: ^~~~
armv8crypto.c: armv8crypto.c:183:11: note: expanded from macro 'AESENCLASTx'
armv8crypto.c: nv##a = (uint32x4_t)vaeseq_u8((uint8x16_t)nv##a, vld1q_u8((rkeys+208))); nv##a = veorq_u32(nv##a, vld1q_u32((unsigned int*)(rkeys+224)))
armv8crypto.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:239:1: error: invalid conversion between vector type 'uint32x4_t' (vector of 4 'uint32_t' values) and integer type 'int' of different size
armv8crypto.c: FUNC(2, MAKE2)
armv8crypto.c: ^~~~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:234:11: note: expanded from macro 'FUNC'
armv8crypto.c: MAKEN(AESENCLASTx); \
armv8crypto.c: ~~~~~~^~~~~~~~~~~~
armv8crypto.c: armv8crypto.c:191:8: note: expanded from macro 'MAKE2'
armv8crypto.c: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments dolbeau/armv8crypto

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_encrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::SimpleKeyingInterface::SetKeyWithIV(unsigned char const*, unsigned int, unsigned char const*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::AuthenticatedEncryptionFilter(CryptoPP::AuthenticatedSymmetricCipher&, CryptoPP::BufferedTransformation*, bool, int, std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::ChannelPut2(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, unsigned char const*, unsigned int, int, bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::ChannelPut2(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, unsigned char const*, unsigned int, int, bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::ChannelPut2(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, unsigned char const*, unsigned int, int, bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::ChannelPut2(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, unsigned char const*, unsigned int, int, bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 2, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv cryptopp
g++ -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_encrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::SimpleKeyingInterface::SetKeyWithIV(unsigned char const*, unsigned int, unsigned char const*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::AuthenticatedEncryptionFilter(CryptoPP::AuthenticatedSymmetricCipher&, CryptoPP::BufferedTransformation*, bool, int, std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o):stream.cpp:(.text+0x...): more undefined references to `CryptoPP::UnalignedDeallocate(void*)' follow
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_aead/aes256gcmv1/cryptopp
Compiler: g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::AllocatorWithCleanupgt;::deallocate(void*, unsigned int) [clone .isra.34]':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::UnalignedDeallocate(void*)'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_encrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::SimpleKeyingInterface::SetKeyWithIV(unsigned char const*, unsigned int, unsigned char const*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::StringSinkTemplategt;, std::allocatorgt; >gt; >gt;::StringSinkTemplate(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt;&)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedEncryptionFilter::AuthenticatedEncryptionFilter(CryptoPP::AuthenticatedSymmetricCipher&, CryptoPP::BufferedTransformation*, bool, int, std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&, CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `crypto_aead_aes256gcmv1_cryptopp_decrypt':
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::SimpleKeyingInterface::SetKeyWithIV(unsigned char const*, unsigned int, unsigned char const*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AuthenticatedDecryptionFilter::AuthenticatedDecryptionFilter(CryptoPP::AuthenticatedSymmetricCipher&, CryptoPP::BufferedTransformation*, unsigned int, int, CryptoPP::BlockPaddingSchemeDef::BlockPaddingScheme)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::BufferedTransformation::SetRetrievalChannel(std::__cxx11::basic_stringgt;, std::allocatorgt; >gt; const&)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::BufferedTransformation::Get(unsigned char*, unsigned int)'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::DEFAULT_CHANNEL[abi:cxx11]'
try.cpp: stream.cpp:(.text+0x...): undefined reference to `CryptoPP::AAD_CHANNEL[abi:cxx11]'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::ClonableImplgt;, CryptoPP::Rijndael::Enc>gt;::Clone() const':
try.cpp: stream.cpp:(.text._ZNK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv[_ZNK8CryptoPP12ClonableImplINS_16BlockCipherFinalILNS_9CipherDirE0ENS_8Rijndael3EncEEES4_E5CloneEv]+0xa8): undefined reference to `vtable for CryptoPP::Rijndael::Base'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::CipherModeBase::ResizeBuffers()':
try.cpp: stream.cpp:(.text._ZN8CryptoPP14CipherModeBase13ResizeBuffersEv[_ZN8CryptoPP14CipherModeBase13ResizeBuffersEv]+0x88): undefined reference to `CryptoPP::UnalignedAllocate(unsigned int)'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::Filter::~Filter()':
try.cpp: stream.cpp:(.text._ZN8CryptoPP6FilterD2Ev[_ZN8CryptoPP6FilterD5Ev]+0x38): undefined reference to `vtable for CryptoPP::Filter'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::AuthenticatedSymmetricCipherBase::~AuthenticatedSymmetricCipherBase()':
try.cpp: stream.cpp:(.text._ZN8CryptoPP32AuthenticatedSymmetricCipherBaseD2Ev[_ZN8CryptoPP32AuthenticatedSymmetricCipherBaseD5Ev]+0x34): undefined reference to `vtable for CryptoPP::AuthenticatedSymmetricCipherBase'
try.cpp: crypto_aead_aes256gcmv1.a(stream.o): In function `CryptoPP::GCM_Base::GCM_Base()':
try.cpp: stream.cpp:(.text._ZN8CryptoPP8GCM_BaseC2Ev[_ZN8CryptoPP8GCM_BaseC5Ev]+0x14): undefined reference to `CryptoPP::Algorithm::Algorithm(bool)'
try.cpp: ...

Number of similar (compiler,implementation) pairs: 1, namely:
CompilerImplementations
g++ -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv cryptopp

Compiler output

Implementation: crypto_aead/aes256gcmv1/dolbeau/armv8crypto
Compiler: gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv
armv8crypto.c: armv8crypto.c: In function 'addmul':
armv8crypto.c: armv8crypto.c:328:19: warning: implicit declaration of function 'vrbitq_u8' [-Wimplicit-function-declaration]
armv8crypto.c: A = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)A));
armv8crypto.c: ^~~~~~~~~
armv8crypto.c: armv8crypto.c:328:3: error: can't convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: A = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)A));
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:329:3: error: can't convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: X = (poly8x16_t)vrbitq_u8((uint8x16_t)/* vreversebyteq_u128 */((uint32x4_t)X));
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:330:3: error: can't convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: Y = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)Y));
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:343:3: error: can't convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: A = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)A));
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c: In function 'mulv':
armv8crypto.c: armv8crypto.c:400:3: error: can't convert a value of type 'int' to vector type '__simd128_uint32_t' which has different size
armv8crypto.c: return (uint32x4_t)vrbitq_u8((uint8x16_t)mulv_neon_nobr((uint32x4_t)vrbitq_u8((uint8x16_t)A),(uint32x4_t)vrbitq_u8((uint8x16_t)B)));
armv8crypto.c: ^~~~~~
armv8crypto.c: armv8crypto.c:400:3: error: can't convert a value of type 'int' to vector type '__simd128_uint32_t' which has different size

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -mcpu=native -mfpu=neon -O2 -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -mcpu=native -mfpu=neon -O -fomit-frame-pointer -fwrapv dolbeau/armv8crypto
gcc -mcpu=native -mfpu=neon -Os -fomit-frame-pointer -fwrapv dolbeau/armv8crypto