Implementation notes: armeabi, tinkerboard, crypto_kem/locker2

Computer: tinkerboard
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20191221
Operation: crypto_kem
Primitive: locker2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1236879416926 24 70901363 1872 4124refg++_-march=native_-mtune=native_-O_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010620191221
1258324622242 24 70908451 1872 4124refg++_-march=native_-mtune=native_-O3_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010620191221
1286255011441 24 70895324 1860 4108refg++_-march=native_-mtune=native_-Os_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010620191221
1351496616768 24 70901321 1872 4124refg++_-march=native_-mtune=native_-O2_-fomit-frame-pointer_-fwrapv_-fPIC_-fPIE2020010620191221

Compiler output

Implementation: ref
Security model: unknown
Compiler: g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
decoder.cpp: In function 'void expand_space(ffi_vec&, unsigned int&, unsigned int, ffi_vec, unsigned int)',
decoder.cpp: inlined from 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)' at decoder.cpp:92:15:
decoder.cpp: decoder.cpp:36:11: warning: argument 1 value '4294967292' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
decoder.cpp: ffi_vec inters[F_dim-1];
decoder.cpp: ^~~~~~
decoder.cpp: decoder.cpp: In function 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)':
decoder.cpp: decoder.cpp:36:11: note: in a call to built-in allocation function 'void* __builtin_alloca_with_align(unsigned int, unsigned int)'
decoder.cpp: In function 'void expand_space(ffi_vec&, unsigned int&, unsigned int, ffi_vec, unsigned int)',
decoder.cpp: inlined from 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)' at decoder.cpp:92:15:
decoder.cpp: decoder.cpp:37:16: warning: argument 1 value '4294967292' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=]
decoder.cpp: unsigned int inters_dim[F_dim-1];
decoder.cpp: ^~~~~~~~~~
decoder.cpp: decoder.cpp: In function 'int RS_recover(ffi_vec&, unsigned int, const ffi_vec&, unsigned int, const ffi_vec&, unsigned int)':
decoder.cpp: decoder.cpp:37:16: note: in a call to built-in allocation function 'void* __builtin_alloca_with_align(unsigned int, unsigned int)'

Number of similar (compiler,implementation) pairs: 3, namely:
CompilerImplementations
g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref